A:link { text-decoration: none }       /* unvisited link */
A:visited { text-decoration: none }   /* visited links */
A:active { text-decoration: none }    /* active links */
A:hover { text-decoration: underline }
