A {
  text-decoration: none;
}

A:hover {
  color: red;
  text-decoration: underline;
}