h1 {
  font-family: Arial;
  font-size: 9pt;
  font-weight: lighter;
  color: #000000;
}

body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #000000;

  scrollbar-base-color:#000000;
  scrollbar-3dlight-color:#990033;
  scrollbar-arrow-color:#990033;
  scrollbar-darkshadow-color:#990033;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#990033;
  scrollbar-shadow-color:#990033;
  scrollbar-track-color:#000000;
}

td {
  color: #ff0000;
  font-size: 11px;
  font-weight: lighter;
  text-decoration: none;
  font-family: Arial;
}

b {
  font-weight: bold;
}

.first {
  color: #ffffff;
  font-size: 16px;
  font-weight: lighter;
  text-decoration: none;
  font-family: Arial;
}


.menuskin {
  position:absolute;
  width:220px;
  background-color:#529ade;
  border:2px solid black;
  font:normal 12px Verdana;
  line-height:18px;
  z-index:100;
  visibility:hidden;
}

.menuskin a {
  text-decoration:none;
  color:black;
  padding-left:10px;
  padding-right:10px;
}

#mouseoverstyle {
  background-color:highlight;
}

#mouseoverstyle a {
  color:white;
}

