BODY {
  font-family: Verdana, Arial, sans-serif;
  color: #999999;
  background-color: #505050;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#mainnav {
  position: absolute;
  background-color: #000000;
  width: 205px;
  height: 950px;
  top: 0px;
  left: 0px;
}

A:link {
  color: #999999;
  text-decoration: none;
}

A:visited {
  color: #999999;
  text-decoration: none;
}

A:hover {
  color: #990033;
  text-decoration: none;
}

A:active {
  color: #990033;
  text-decoration: none;
}

#logotext {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 310px;
  left: 28px;
 }

#navlinks {
  position: absolute;
  top: 385px;
  width: 205px;
  padding-left: 15px;
}

