body {
  background-color: #000;
  color: #eee;
  font-family: "Courier New", monospace;
}
a {
  color: #888;
  text-decoration: none;
}
a:hover {
  color: #fff;
}