BODY {
  background: #ffbf00; /* Bildschirm-Hintergrund */
  color: #000000; /* Schriftfarbe */
  margin: 15px;
  font-family: Arial, sans-serif; font-size: 8px;
  scrollbar-arrow-color:#000000; 
  scrollbar-3d-light-color:#000000;
  scrollbar-base-color:#000000;
  scrollbar-dark-shadow-color:#000000;
  scrollbar-face-color:#ffffff; /* Schiebebalken */
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#000000;
}

TR {
  background: #000000;
}

TD {
  font-family: sans-serif, arial;
  font-size: 11px;
  background: #ffffff;
  color: #000000;
  vertical-align: top;
}

a:link { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#000000; }
a:active { text-decoration:none;  color:#000000; }
a:hover { text-decoration:none; font-weight:bold; color:#000000; }

