﻿/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(204,153,102); 
    background-image: url("./assets/images/Background.GIF");  
    width: 1800px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat:no-repeat;
	background-color:black;
	
}

 A:link { background-position: 0px 0px;
color: #FFA500;
	background-repeat: repeat;
	background-attachment: scroll;
}

 A:visited { color: rgb(255,204,153);}
 