a:link {
  color: green;
  text-decoration: underline;
}
  a:visited {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

a.classy {
  color: white;
  a:active {
  color: white;
  a:hover {
  color: white;
}
}
