body {
  background: url("images/bg.gif");
  text-align: center;
}

div.header a:link {
  color: #000000;
  text-decoration: none;
}
div.header a:visited { color: #000000; }
div.header a:active { color: #000000; }
div.header a:hover {
  color: #00006f;
  text-decoration: underline;
}

div.footer a:link, a:visited, a:active {
  color: #6f0000;
  text-decoration: none;
}
div.footer a:hover {
  color: #000000;
  text-decoration: underline;
}

div.main {
  color: #000000;
  font-family: tahoma, verdana, arial, serif;
  font-size: 2;
}

td.blank { background: #1b5762; }
td.link {
  background: #7f7f7f;
  text-align: center;
}