body {
	font-family: Verdana;
	background-color: "#000082";
	color: "#C0C0C0";
}


h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman, Times;
}


marquee {
	DIRECTION:Left; BEHAVIOR:SCROLL; color: Black; Font: Bold;
	SCROLLAMOUNT:10; SCROLLDELAY:10;
}

br#left { clear: left }
br#right{ clear: right} 

A:link    { color: "#C0C0C0" }	/* unvisited links */
A:visited { color: "#C0C0C0" }   	/* visited links   */
A:hover   { color: yellow } 	/* user hovers     */
A:active  { color: yellow }   	/* active links    */

