
a:link {color: gold;}
a:visited {color: gold;}
a:hover {color: white;}
a {text-decoration: none;}


body
{
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	background-color: #2110C4;
	color: white;
}

table
{
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	background-color: white;
	color: gold;
}


