a { text-decoration: none; }
a:link { color: blue; }
a:visited { color: purple; }
a:active { color: red; }
a:hover { background-color: lightgrey; } 
