a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: magneta;}
a:active {text-decoration: underline; color: red;}
a:hover {text-decoration: underline; color: red;}
#mofo {text-decoration: none; color: yellow;}
#mofo:visited {text-decoration: none; color: white;}
#mofo:active {text-decoration: underline; color: yellow;}
#mofo:hover {text-decoration: underline; color: orange;} 