a:hover {
  color: red;
  text-decoration: none;
}

.blue a:link, .blue a:visited, .blue a:active {
  color: blue;
  text-decoration: none;
}

.blue a:hover {
  color: red;
  text-decoration: none;
}

