 body {
      background: red;
      color: yellow;
  }

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