

.links1 { 
font-family: Arial; 
font-size: 14px; 
font-weight: bold; 
color: #FFFFFF; 
text-decoration: none; 
} 

.links1:hover { 
font-family: Arial; 
font-size: 14px; 
font-weight: none; 
color: #FFFF00; 
background: #0033CC; 
text-decoration: underline;
} 


.links2 { 
font-family: Arial; 
font-size: 13px; 
font-weight: bold; 
color: #FFFFFF; 
text-decoration: none; 
} 

.links2:hover { 
font-family: Arial; 
font-size: 13px; 
font-weight: none; 
color: #FFFF00; 
text-decoration: underline;
}