
a {text-decoration:none;}
a:hover {
  color: red;
  background: transparent;
  text-decoration: underline;
}

