body {
  font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
  margin: 0;
  background: black; }

a:link {
  text-decoration: none;
  color: #3333aa;
  font-weight: bold; }
a:visited {
  text-decoration: none;
  color: #6666aa;
  font-weight: bold; }
a:hover {
  text-decoration: underline;
  color: #6666ff;
  font-weight: bold; }

.links {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 5px; }

.pic {
  text-align: center;
  color: #888888; }

img {
  border: 1px solid white;
  margin-bottom: 5px; }

