body {
  font-family: tahoma, vedana, san-serif;
  font-weight: 100px;
  }

a {
  text-decoration: none;
  color: black;
  }

a:hover {
  background-color: #aaaaaa;
  color: white;
  }

#pageWidth {
  max-width: 640px;
  margin: auto;
  }

#onPage {
  color: #aaaaaa;
  }

.finePrint {
  font-size: 80%;
  }
