body {
  font-size: 12pt;
  font-family: sans-serif;
  background-color: #000000;
  color: #a0ff00;
}
h1 { 
  font-family: serif;
  font-weight: normal;
  font-size: 25pt;
  text-align: center;
  color: #d0d000;
}
a:link { color: #a0a000; }
a:visited { color: #20a000; }
img { border: 0; }

#navi {
  border-width: 4px;
  border-style: double;
  border-top-color: yellow;
  border-bottom-color: orange;
  margin-bottom: 20px;
  font-family: monospace;
  font-weight: bold;
}

#links {
  border-width: 2px;
  border-style: dotted;
  margin-bottom: 30px;
  color: red;
}

#date {
  text-align: right;
}
