body {
  background-color: black;
  color: green;
  font-family: Courier New;
}


a:link {
  color: blue;
}


a:visited {
  color: blue;
}


a:hover {
  color: white;
}


a:active {
  color: blue;
} 