body {
  padding: 0px;
  margin: 0px;
  border-style: none;
  background: #ffffff;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #0033ff;
}

a:hover {
  text-decoration: underline;
}

#titlebar {
  padding: 0px;
  margin: 0px;
  border-style: none;
  height: 141px;
  vertical-align: middle;
  background: #ffffff;
  color: #000000;
}

#navbar {
  top: 142px;
  left: 2px;
  width: 150px;
  height: 320px;
  position: absolute;
  margin: 0px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  font-family: arial, serif;
  font-size: 8pt;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
}

#navbar a {
  font-weight: bold;
  color: #000000;
}

#navbar a:hover {
  text-decoration: underline;
}

#main-content {
  border-style: none;
  top: 150px;
  left: 175px;
  margin: 0px;
  padding: 0px;
  border-style: none;
  font-family: arial, serif;
  font-size: 10pt;
  position: absolute;
  background: #ffffff;
  color: #000000;
}

#nav-footer {
  top: 465px;
  left: 2px;
  width: 150px;
  position: absolute;
  margin: 0px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  font-family: arial, serif;
  font-size: 8pt;
  background: #ffffff;
  color: #000000;
}

#nav-footer a {
  font-weight: bold;
  color: #000000;
}

#nav-footer a:hover {
  text-decoration: underline;
}