a{
text-decoration:none
}

a:hover{
text-decoration:underline 
}

.links1 { 
font-family: Arial; 
font-size: 13px; 
font-weight: bold; 
color: #0000FF; 
text-decoration: none 
} 

.links1:hover { 
font-family: Arial; 
font-size: 13px; 
font-weight: none; 
color: #FFFFFF; 
text-decoration: underline 
} 

.links2 { 
font-family: Arial; 
font-size: 13px; 
font-weight: bold; 
color: #0000FF; 
text-decoration: none 
} 

.links2:hover { 
font-family: Arial; 
font-size: 13px; 
font-weight: none; 
color: #000000; 
text-decoration: underline 
} 
