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