body {
	background-color: #282523;
	margin-top: 45px;
}
.maintable {
	border: thin solid #000000;
}
.hometable {
background-color:#a70012;
filter:alpha(opacity=40); 
-moz-opacity:0.4; 
opacity: 0.4;  
}
.style8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.style10 {font-family: Georgia, "Times New Roman", Times, serif; font-size: small; font-weight: bold; color: #282523; 
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover{
color: #bca49e;
border-bottom: 3px solid black;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
}

a.nav:link  
{ 
 font-weight:bold; 
 text-decoration:none;
 color: #e8a16b; 
} 

a.nav:visited  
{ 
 font-weight:bold;
 color:#666666; 
 text-decoration:none; 
} 

a.nav:active  
{ 
 font-weight:bold; 
 color: #e8a16b;  
} 

a.nav:hover  
{ 
 font-weight:bold; 
 text-decoration:underline;
 color: #e8a16b; 
} 