a:link {
  text-decoration: none;
  color: white;
  background: none;
}

a:visited {
  text-decoration: none;
  color: white;
  background: none;
}

a:active {
  text-decoration: none;
  color: blue;
}

a:hover {text-decoration: underline;
color: black;}