

a
{ 
color: blue; 
text-decoration: underline; 
}

a:hover 
{ 
color: #ff0000; 
text-decoration: underline; 
}