a { 
color: blue; 
text-decoration: none;
} 
a:hover { 
color: silver; 
text-decoration: underline; 
} 
