/* And as you stand tall, you will see...
That when you fall...
You will fall from a height
Most men will never reach*/

body {
  background-color: black;
  color: LawnGreen;
  font-family: "Courier New";
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: grey;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: grey;
}