
body {
  background: #000000;
  color: #C0C0C0;
  font-family: monospace;
}

a {
  color: #6060F0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #E060E0;
}

p.navigation {
  margin: 0;
  padding: 0;
  height: 38px;
  background: url( '/line.gif' ) bottom repeat-x;
}

th {
  text-align: left;
}

