body {
  background-color: black;
  color: white;
  font-family: Verdana;
}

a:link {
  color: lightgreen;
}

a:visited {
  color: hotpink;
}
