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