.menu {
font-family:Tahoma; 
font-size:11px;  
color:#999999; 
text-decoration:none;
}

p {
font-family:Tahoma; 
font-size:12px;  
color:black;
}

h1 {
font-family:Tahoma;
font-size:15px;  
color:black;
}

a:link {
text-decoration:  underline;
font-weight: none;
border: none;
color: 0000FF;
 }

a:visited {
text-decoration:  underline;
font-weight: none;
border: none;
color: 0000FF
 }

a:hover {
text-decoration:  underline; 
border: none;
color: red;
 }