body {
  font-family: Arial;
  font-size: 10pt;
  cursor: default;
  color: #aaaacc;
  background-color: #000000;

  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #aaaacc;
  scrollbar-shadow-color: #aaaacc;
  scrollbar-darkshadow-color: #aaaacc;
  scrollbar-track-color: #000000;
  scrollbar-arrow-color:aaaacc;
}

a:link, a:visited, a:active {
  font-family: Arial;
  font-size: 10pt;
  color: #1E90FF;
} 

a:hover	{
  font-family:Arial;
  font-size: 10pt;
  color: #00BFFF;
  cursor: hand;
}

hr {
  color: #aaaacc;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.cheadar, a.cheadar {
  color: #FFD700;
  background: #FFD700;
}

.blank {
  border: 0px;
  color: #FFD700;
  background: #FFD700;

