a:link {
text-decoration : none; 
color : blue; 
} 
a:visited { 
text-decoration : none; 
color : blue; 
} 
a:hover, a:active {
text-decoration : underline; 
color : blue; 
} 
