a:link {
text-decoration : underline; 
}
a:visited {
text-decoration : underline; 
}
a:hover {
color : #ffffff;
background-color : #776853;
text-decoration : none;
}
a:active {
text-decoration : line-through; 
} 
.menu a:link {
font-family : Arial, Helvetica, sans-serif; 
font-size : 1em;  
color : #0099FF;
text-decoration : none; 
} 
.menu a:visited {
font-family : Arial, Helvetica, sans-serif; 
font-size : 1em;  
color : #0099FF;
text-decoration : none; 
}   
.menu a:active {
font-family : Arial, Helvetica, sans-serif; 
font-size : 1em;  
color : #0099FF;
text-decoration : line-through; 
} 
.menu a:hover {
font-family : Arial, Helvetica, sans-serif; 
font-size : 1em;  
color : #00CCFF;
text-decoration : none;
background-color : #000000;
}
