body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: #80A0F0;
  font: 10pt Tahoma, Arial;
  color: #203040;
  background-color: #8090A0;
}
#banner {
  position: absolute;
  width: 90px;
  height: 320px;
  margin: 5px;
  padding: 0px;
}
#navigation {
  position: absolute;
  width: 710px;
  height: 30px;
  line-height: 30px;
  margin-left: 100px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 150%;
  color: #203040;
  background-color: #708090;
  padding-left: 5px;
  padding-right: 5px;
}
#content {
  position: absolute;
  margin-left: 100px;
  margin-top: 30px;
  width: 710px;
  height: auto;
  padding: 10px;
}

h1 { font-size: 125%; }

table, th, tr, td
{
  border-collapse: collapse;
}

a:link {
  color: #203080;
  font-weight: bold }
a:visited {
  color: #203080;
  font-weight: bold }

a.n:link {
  color: #203080;
  text-decoration: none;
  font-size: 75%;
  font-weight: bold; }
a.n:visited {
  color: #203080;
  text-decoration: none;
  font-size: 75%;
  font-weight: bold; }
