BODY {
  background-color: black;
  font-family: courier, monospace;
  color: green;
}

A:link {
  color: lightgreen;
}
A:active {
  color: gray;
}
A:visited {
  color: darkgreen;
}



