
#footer a {
color: #aaaaaa;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
text-decoration:none; 
}
#footer a:hover {
color: red;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
text-decoration: underline; 
}
#footer a:active {
color: #aaaaaa;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
text-decoration: none; 
}

#footer a:visited {
color: #aaaaaa;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
text-decoration:none; 
}
