/* grosse Schrift, benuzt fuer content void */
.void             {
                   font-family:Courier New;
                   font-size:32pt;
                   font-weight:bold;
                   color:#ccff66;
                  }                  

/* grosse Schrift */
.large             {
                   font-family:Verdana,Arial,sans-serif;
                   font-size:22pt;
                   font-weight:normal;
                   color:#ccff66;
                  }                  

/* normale Schrift */
.normal           {
                   font-family:Verdana,Arial,sans-serif;
                   font-size:12pt;
                   font-weight:regular;
                   color:#ccff66;
                  }                  

/* fette Schrift */
.bold           {
                   font-family:Verdana,Arial,sans-serif;
                   font-size:12pt;
                   font-weight:bold;
                   color:#ccff66;
                  }                  
                  
/* normale Schrift, fuer Links */
a.normal          {
                   font-family:Verdana,Arial,sans-serif;
                   font-size:12pt;
                   font-weight:regular;
                   color:#ccff66;
                  }                                    

/* kleine Schrift */
.small            {
                   font-family:Verdana,Arial,sans-serif;
                   font-size:10pt;
                   font-weight:regular;
                   color:#ccff66;
                  }                  

/* kleine Schrift, fuer Bottomzeile */
.botsmall         {
                   font-family:Verdana,Arial,sans-serif;
                   font-size:10pt;
                   font-weight:regular;
                   color:#cccc66;
                  }                  

/* kleine Schrift, fuer Links in der Bottomzeile */
a.botsmall            {
                   font-family:Verdana,Arial,sans-serif;
                   font-size:10pt;
                   font-weight:regular;
                   color:#cccc66;
                  }                  

/* Linkeigenschaften */                  
a.botsmall:visited{
                   color:#cccc66;
                  }

a.botsmall:active {
                   color:#cccc66;
                  }                  

a:visited         {
                   color:#ccff66;
                  }

a:active          {
                   color:#32cd32;
                  }                                    
                  