 
    h1,h2,h3,h4,h5,h6,body,p,td,th,li,ul,ol, body  {
     font-family: Arial, Helvetica, sans-serif;
   }
   
   h1,h2,h3,h4,h5,h6 { 
     color: green;
   }
   
   body  {
     background-color: #EEEEEE;
   }
   
   a        {color: #008000; text-decoration: none}
   a:hover  {color: #008000; text-decoration: underline}
	
  .s10pt  {  font-size: 10pt;}
  .s12pt  {  font-size: 12pt;}
  .s8pt    {  font-size: 8pt;}
  .green {color: #008000;}
  .not-bold { font-weight: normal; text-decoration: none; }
 
   a       {text-decoration: none}
   a:hover {text-decoration: underline}
   body          {text-align: center; margin: 05 0 05 0; font-family: "Arial"}

   h1            {text-align: center; margin: 05 0 05 0; 
                  font-family: Arial, Helvetica, sans-serif; color: green; font-size: 18pt;}
   h2            {text-align: center; margin: 05 0 05 0; 
                  font-family: Arial, Helvetica, sans-serif; color: green; font-size: 14pt;}
   h3            {text-align: left;   margin: 05 0 05 0; 
                  font-family: Arial, Helvetica, sans-serif; color: green; font-size: 14pt;}
   h4            {text-align: left;   margin: 05 0 05 0; 
                  font-family: Arial, Helvetica, sans-serif; color: green; font-size: 12pt;}
   h5            {text-align: left;   margin: 05 0 05 0; 
                  font-family: Arial, Helvetica, sans-serif; color: green; font-size: 10pt;}
   p             {margin: 05 0 05 0; 
                  text-align: justify; 
                  font-family: Arial, Helvetica, sans-serif; 
                  font-size:10pt; 
                  font-weight: normal;
                  font-color: black;
                  color: black;} 
   p.center     { text-align: center; font-family: Arial }
   p.left   {text-align: left; font-family: Arial, Helvetica, sans-serif;}
   p.right  {text-align: right; font-family: Arial, Helvetica, sans-serif;}
   .klein        {font-size:08pt;}
   .gross        {font-size:12pt;}
   .sehrgross    {font-size:14pt;}