html, body {
  scrollbar-face-color: #444444; 
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #000000; 
  scrollbar-3dlight-color: #999999;
  scrollbar-darkshadow-color: #505050; 
  scrollbar-track-color: #000000;
  scrollbar-arrow-color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  background-attachment: fixed;
}

body, td, th, p, center {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

a, a:link, a:visited {
 color: white;
 text-decoration: none;
}
a:hover {
 text-decoration: none;
 color: yellow;
}
a:active {
 color: white;
 text-decoration: none;
}

input {
 font-size: 11px;
}