   body
   { 
      background: #FCFFC6;
      color: darkblue; 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 8pt;
   }
   
   TD
   {
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 8pt;
   }
   
   .titel
   {
      background: darkblue;
      color: #FCFFC6; 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 12pt;
      font-weight: bold;
   }

   .inputTitel
   {
      background: darkblue;
      color: #FCFFC6; 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 10pt;
      font-weight: bold;
      text-transform: capitalize;
   }
      
   .item
   {
      background: #FCFFC6
      color: darkblue;
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt;
      font-weight: bold;
   }
   
   .row
   {
      background: #FCFFC6;
      color: darkblue; 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 9pt;
      font-weight: normal;
   }
      
   a
   {
      background: darkblue;
      color: #FCFFC6; 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 12pt;
      font-weight: bold;
      text-decoration: none;
      text-transform: capitalize;
   }   
   
   a:hover
   {
      color: red; 
   }
   
   a.link
   {
      background: #FCFFC6;
      color: darkblue; 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 10pt;
      font-weight: bold;
      text-decoration: none;
      text-transform: none
   }   
   
   a.linkC
   {
      background: #FCFFC6;
      color: darkblue; 
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 10pt;
      font-weight: bold;
      text-decoration: none;
      text-transform: capitalize;
   }