a {
   text-decoration: none; // changed from text-decoration:underline
}

a:hover {
   text-decoration: underline; // changed from text:decoration:none
}