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