body {
  font-family: sans-serif;
  background-color: white;
  height: 100%;
}

a {
  text-decoration: none;
  color: #06a;
  padding-right: 1px;
}
a:hover {
  background: #06d;
  color: white;
}

h1 {
  font-size: 30pt;
  font-variant: small-caps;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calibri, Candara, Impact, Thesis, Tahoma;
}
h1 a {
   color: black;
}
h1 a:hover {
  cursor: default;
  color: black;
  background-color: white;
}
h2 {
  background-color: #ddd;
  padding: 0.5ex;
  border-bottom: 1px solid #aaa;
}
h3 {
  color: #777;
  background-color: #eee;
  padding: 0.4ex;
  border-bottom: 1px solid #ddd;
}

#acks {
  position: fixed;
  right: 2px;
  bottom: 2px;
  color: black;
}

