a:link { color: #FF8000; text-decoration: none; font-weight: bold }
a:visited { color: #FF8000; text-decoration: none; font-weight: bold }
a:active { color: #FF8000; text-decoration: none; font-weight: bold }
a:hover { color: #FF0000; text-decoration: none; font-weight: bold }

body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Arial;
  scrollbar-face-color: #212121;
  scrollbar-highlight-color: #404040;
  scrollbar-shadow-color: #000000;
  scrollbar-3dlight-color: #616161;
  scrollbar-arrow-color:  #A1A1A1;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #000000;
}

div.scrolltip {
  background-color: #FF9000;
  color: #FFFFFF;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  width: 150px;
  position: absolute;
  visibility: hidden;
  clip: rect(0 150 50 0);
}

a.plakat:link { color: #000000; text-decoration: none; }
a.plakat:visited { color: #000000; text-decoration: none; }
a.plakat:active { color: #000000; text-decoration: none; }
a.plakat:hover { color: #000000; text-decoration: none; }

table.plakat {
  color: #000000;
  text-decoration: none;
  font-family: Arial;
}

table.head1 {
  color: #FFFFFF;
  font-family: Monotype Corsiva;
  font-weight: bold;
  font-size: 48px;
}
