body {
  border-style: none;
  background-color: #009970;
  float: none;
  height: 80%;
  max-height: 90%;
  text-align: left;
  display: block;
  overflow: auto;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
}
div.outmost {
  border: 5px solid red;
  padding: 10px;
  background-color: transparent;
  text-align: left;
  line-height: 16px;
  visibility: visible;
  clear: both;
  overflow: hidden;
}
div.framed {
  border-style: outset;
  border-width: 6px;
  padding: 10px;
  background-image: url(logovsml.png);
}
div.logo {
  background-position: center top;
  height: 200px;
  margin-bottom: 5px;
  float: none;
}
a.navig:link {
  color: white;
}
a.navig:visited {
  color: yellow;
}
a:link {
  color: #0000ff;
}
a:visited {
  color: #551a8b;
}
a:active {
  color: #6a4800;
}
a:hover {
  background-color: #60d0a0;
}
h1 {
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  margin-top: -11px;
}
.hometable {
  line-height: 1.2em;
  margin-bottom: -20px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  margin-top: -18px;
  top: 0px;
  padding-top: 0px;
}
div.footer {
  text-align: right;
  font-size: 90%;
}
