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

 A:link { color: rgb(204,0,51);}

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