body
{
  font-size: x-small;
  color: white;
  font-family: tahoma, arial;
  background-color: #000066;
}

H1
{
  font-weight: bold;
  font-size: large;
  border-bottom: blue thin solid;
}

div
{
  font-size: xx-small;
}

stdtbl
{
  width: 100%;
  height: 100%;
}

u
{
  font-size: small;
  color: #99ccff;
}

a:link
{
  color: #66ff66;
  text-decoration: overline;
}

a:visited
{
  color: #66ff66;
  text-decoration: overline;
}

a:hover
{
  color: #66ff66;
  text-decoration: underline;
}