/* DATEI: styles.css */
/* Stylesheet Definitionen für the-maniacs.de */

BODY {
  scrollbar-face-color: #CC0000;
  scrollbar-shadow-color: #770000;
  scrollbar-highlight-color: #FFD7D7;
  scrollbar-3dlight-color: #FFFAE8;
  scrollbar-darkshadow-color: #420000;
  scrollbar-track-color: #CC0000;
  scrollbar-arrow-color: #420000;

}
.tiny {
  font-family: 'ARIAL';
  font-size:7pt;
  font-weight:normal;
  color: #FFFFFF;
  text-decoration: none;
}

.tinydark {
  font-family: 'ARIAL';
  font-size:7pt;
  font-weight:normal;
  color: #CC0000;
  text-decoration: none;
}

.normal {
  font-family: 'ARIAL';
  font-size:8pt;
  font-weight:normal;
  color: #FFFFFF;
  text-decoration: none;
}

.dunkel {
  font-family: 'ARIAL';
  font-size:8pt;
  font-weight:normal;
  color: #CC0000;
  text-decoration: none;
}

.bold {
  font-family: 'ARIAL';
  font-size:8pt;
  font-weight:bold;
  color: #FFFFFF;
  text-decoration: none;
}
.bigger {
  font-family: 'ARIAL';
  font-size:9pt;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration: none;
}

.hell {
  font-family: 'ARIAL';
  font-size:8pt;
  font-weight:bold;
  color: #FFFFFF;
  text-decoration: none;
}

.head {
  font-family: 'ARIAL';
  font-size:10pt;
  font-weight:bold;
  color: #FFFFFF;
  text-decoration: none;
}

a:link {
  font-family: 'ARIAL';
  font-size:8pt;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration: none;}

a:visited {font-family: 'ARIAL';
  font-size:8pt;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration: none;}

a:active{ font-family: 'ARIAL';
  font-size:8pt;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration: none;}

a:hover{font-family: 'ARIAL';
  font-size:8pt;
  font-weight:bold;
  color: #FFFFFF;
  text-decoration: underlined;}