#mainmenu {
  position: absolute;
  visibility: hidden;
  width: 750px;
  height: 60px;
  background-color: #000000;
  layer-background-color: #000000;
}

.scroll {
  position: absolute;
  visibility: hidden;
  top: -500px;
  left: -500px;
  width: 153px;
  height: 141px;
  background-color: transparent;
}

.headline {
  font-size: 17px;
  color: #fAf1cB;
}

.footer {
  font-size: 9px;
  text-align: center;
  color: #605733;
}

.small {
  font-size: 10px;
}

BODY {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0px;
  background: #000000;
  color: #CAC19B;
}

P, TD {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

IMG {
  border-color: #000000;
  border-size: 2px;
}

A:link, A:visited {
  text-decoration: none;
  color: #908763;
  background: transparent;
}

A:hover {
  text-decoration: underline;
  color: #ffffdB;
}

A:active {
  color: #ffffff;
}
