/* CSS Document */

body         { 	background-color: #000066; 
				font-family: Century Schoolbook; color: #CCCC66
			 }
			 
a:link       {
	color: #FFFF99;
	font-family: "Century Schoolbook";
	font-style: normal;
	text-decoration: none;
			 }
			 
a:visited    { color: #FFFF99
			 }
			 
a:active     { color: #FFFF00
			 }
