
A {text-decoration: none}
A:hover {text-decoration:underline;
           color: red}   
A:link {text-decoration: none}
A:visited {text-decoration: none; color="black"}
A:active {text-decoration: none}

