   /*----------  Stand von 08.08.2004 - 16:00h  ---------------*/
   /*---- H1-6 Font-styles in Green and Firebrick Red --------*/
   /*------------------Spacer-Colors-----------------------------*/

   /*-- H[1-6] text formats -  in special green --*/
   h1
   { 
     font-family:comic sans ms; font-size:20pt; color:#b22222; line-height:26pt; 
   }
   h2
   { 
     font-family:comic sans ms; font-size:20pt; color:#008040; line-height:26pt; 
   }
   h3
   { 
     font-family:comic sans ms; font-size:18pt; color:#b22222; line-height:24pt; 
   } 
   h4
   { 
     font-family:comic sans ms; font-size:18pt; color:#008040; line-height:24pt;
   }
   h5
   { 
     font-family:comic sans ms; font-size:16pt; color:#b22222; line-height:22pt; 
   }
   h6
   { 
     font-family:comic sans ms; font-size:16pt; color:#008040; line-height:22pt;
   }


   /*--  ------------spacer colors-------------- --*/
   .sp-grey  
   { 
   background-color:lightgrey; 
   }

   .sp-red  
   { 
   background-color:#b22222; 
   }

   .sp-spcosi  
   { 
   background-color:#ffffdc;
   }

   /*-- end of listing --*/