body {
  background: #3C3C3C;
  color: #FFFFFF;
  font-family: Arial, Verdana;
  font-size: 12.25px;
  margin-top: 0px;
  
  scrollbar-arrow-color:#FFFFF0;
  scrollbar-base-color:#666666;
  scrollbar-darkshadow-color:#c0c0c0;
  scrollbar-face-color:#002163;
  scrollbar-highlight-color:#cccccc;
  scrollbar-shadow-color:#cccccc;

}

a {
  color: #FFCC00;
  text-decoration: none;
}

a:hover {
  color: #FFEEA0;
  text-decoration: underline;
}

#beattop {
  top: 0px;
  position absolute;
}