body {
  background-color: #eee;
  font-family: sans-serif;
}

a:link {
  color: darkblue;
  text-decoration: none;
}

a:visited {
  color: darkblue;
  text-decoration: none;
}

a:hover {
  color: #a00;
}

a:active {
  color: purple;
}

#mainbody {
}

#footer {
  font-style: italic;
  font-size: small;
}