
body
{
  background-color: white;
  color: black;
  font-family: helvetica, verdana, sans-serif;
  font-size: 12px;
  margin: 0px;
}

a:link, a:visited
{
  color: #007DB0;
}

a:hover, a:active
{
  color: #910101;
  text-decoration: underline;
}

a:link img, a:visited img  { border: 3px solid #007DB0; }
a:active img, a:hover img  { border: 3px solid #910101; }

td { font-size: 12px; }

pre { font-size: 11px; }

.main
{
  position: absolute;
  top: 40px;
  left: 9%;
  width: 82%;
}

