BODY {
		background-color: #0000CC;
		color: #FFFFFF;
		font-family: "Arial", Times, serif;
}

A:link { color: #FFFFFF;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold }          /* unvisited link */

A:visited { color: #FFFF00;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold }       /* visited links */

A:active { color: #FFFFFF;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold }        /* active links */

A:hover { color: #0000CC;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold }
