/* Scrollbar-Farben */
body {
       SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #425227; SCROLLBAR-SHADOW-COLOR: #425227; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #425227; SCROLLBAR-TRACK-COLOR:
#000000; SCROLLBAR-DARKSHADOW-COLOR: #000000
}
/* Hintergrundfarbe */
body {
 background: #000000;
}
/* Links */
.a {
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
 color: #425227;
 font-family: Westminster;
}
.a:hover {
 font-family: Westminster;
 font-size: 15px;
 font-weight: bold;
 color: #4F4F4F;
 text-decoration: underline;
}
/* normale Schrift */
.b {
 font-family:  Westminster;
 font-size: 15px;
 font-weight: bold;
 color: #425227;
 text-decoration: none;
}
/* schrift groß */
.c {
 font-family: Westminster;
 font-size: 25px;
 font-weight: bold;
 color: #425227;
 text-decoration: none;
}
/* Normale schrift mittelgroß */
.d {
 font-size: 19px;
 font-weight: bold;
 text-decoration: none;
 color: #425227;
 font-family: Westminster;
}
/* Navi */
.e {
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
 color: #425227;
 font-family: Westminster;
}
.e:hover {
 font-family: Westminster;
 font-size: 15px;
 font-weight: bold;
 color: #4F4F4F;
 text-decoration: underline;
}
