body { 
   margin-top:8px; 
   background-color:#4A0000; 
   font-family:Verdana,Helvetica,Arial,sans-serif;
   color: #F2F3F9;
   } 

h1{
   font-size: 22px;                          
   color: #F2F3F9;                           
   font-weight: bold;                        
   text-align: center;                      
   }

.headline{
   font-size: 16px;                          
   color: #F2F3F9;                           
   font-weight: bold;
      }  
   
.headline2{
   font-size: 20px;                          
   color: #F2F3F9;                           
   font-weight: bold;                      
      }

.italicheadline{
   font-size: 16px;                          
   color: #F2F3F9;                           
   font-weight: bold;                        
   font-style: italic;                     
   }

h2{
   font-size: 24px;                          
   color: #F2F3F9;                           
   font-weight: bold;                        
   text-align: center;                      
   }
   
  h3{
   font-size: 15px;                          
   color: #F2F3F9;                           
   font-weight: bold;                        
   text-align: center;                      
   }
   
.contentbig{
   font-size: 15px;                          
   color: #F2F3F9;                           
   line-height: 22px;                    
   }

.content {
  font-size: 13px;
  line-height: 16px;
  color: #F2F3F9;
  }

.footer {
  font-size: 11px;
  line-height: 19px;
  color: #F2F3F9;
  line-height: 19px;
  text-align: center;                      
  }

hr { 
   color: #8D3713; /* IE 6 */
   background-color: #8D3713; /* Mozolla 1.4 */
   border: #8D3713; /* Opera 7.11 */
   height: 1px; /* Opera: Für die Anzeige notwendig, Mozolla für einheitliche Höhe */
   }

A:link { color : #ffffff; text-decoration: none; }
A:visited {color : #ffffff; text-decoration: none; }
A:bb:hover {color: #ffffff; text-decoration: underline; }
A:active {color: #ffffff; text-decoration: underline; }
