a.nav:link {color: gold; text-decoration: none;}
a.nav:visited {color: gold; text-decoration: none;}
a.nav:hover {color: white; text-decoration: none;}

td {font-family: arial}

a:link {color: black;}
a:visited {color: black;}
a:hover {color: red;}

 a.bold:link {color: #7C0227; font-family: arial; font-size: 100%; text-decoration: none}
 a.bold:active {color: #7C0227; font-family: arial; font-size: 100%; text-decoration: none}
 a.bold:visited {color: #7C0227; font-family: arial; font-size: 100%; text-decoration: none}
 a.bold:hover {color: #000000; font-family: arial; font-size: 100%; background-color: #FFFFFF; text-decoration: none}
 
 body {background-image: url("/images/background.jpg");}



#top a, #top a:visited {
	padding: 2px;
	display: block;
	border: none;
	line-height: 1em;
	width: 100%;
	color: gold;
	background-color: #000;
	}
	
#top a:hover, #top a:active {
	color: #000000;
	background-color: gold;
}
