
a:visited, a:active
{
	background-color: transparent;
	font-family: times new roman;
	color: gold;
	text-decoration: underline;
}

a:link
{
	background-color: transparent;
	font-family: times new roman;
	color: white;
	text-decoration: underline;
}


a.topnav:link, a.topnav:visited, a.topnav:active 
{
	background-color: transparent;
	font-family: times new roman;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}

a.topnav:hover
{
	color: gold;
	text-decoration: underline;
	
}