.topnav table{ 
width : 99%;
border : 1px solid silver;
font-size: 80%;
text-align: center;
} 

.topnav td{ 
color: black;
background-color: white;
text-align : center;
display : block;
font-family : Arial, Helvetica, sans-serif;
font-size : 85%;
font-weight : bold;
text-decoration : none;
border : 1px solid silver;
} 
td.tophere {
	background-color: silver;
	color: Black;
	font-family: Arial;
	display: block;
}

.topnav a { 
color : black;
display : block;
width : 100%;
text-decoration : none;
} 
.topnav a:link { 
color : black;
} 
.topnav a:visited { 
background : white;
color : black;
} 
.topnav a:hover { 
background-color : red;
color : white;
} 
.topnav a:active { 
background : white;
color : black;
}
