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