.leftnav a:text {
color: #777777;
text-decoration: none;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}

.topnav a:link {
color: #777777;
text-decoration: none;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}

.topnav a:visited {
color: #777777;
text-decoration: none;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}


.topnav a:hover {
color: #000000;
text-decoration: underline;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}


.topnav a:active {
color: #000000;
text-decoration: none;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}

