body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font: 11pt Tahoma, Arial;
  color: #000000;
  background-color: #A0A0A0;
}
#content {
  position: absolute;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 4%;
  width: 80%;
  height: auto;
  padding: 10px;
}

h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 100%; }

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; }
