<style type="text/css">
  <!--
  /* format.css */
  
  /* font-family = Schriftart fuer Textelemente */
  /* Helvetica,Arial,sans-serif = Helvetica, ansonsten Arial, ... serifenlose Schrift */
  BODY { font-family:Helvetica,Arial,sans-serif; }
  p,li  { font-size:10pt;
          line-height:14pt; 
          font-family:Helvetica,Arial; 
          letter-spacing:0.2mm;
          word-spacing:0.8mm; }
      
  /* Tabellen */
  TH { font family:Helvetica,Arial,sans-serif; }
  TD { font-family:Helvetica,Arial,sans-serif; }
  
  /* und hier wollen wir kein Arial */
  TT { font-size:8pt; font-family:Courier New,Courier,monospace; }
  PRE { font-size:8pt; font-family:arial,helvetica; }
  
  body { margin-top:10px; margin-bottom:10px; }
  
  a:link { color:#3333cc; TEXT-DECORATION:none;}
  a:visited { color:#6666aa; font-family:Arial rounded,Arial,Helvetica; TEXT-DECORATION:none}
  a:active { color:#cc0000; TEXT-DECORATION:none}

  h1 { font-family:Arial rounded,Arial,Helvetica; font-size:24pt; color:#000000; line-height:24pt; font-style:bold; }
  h2 { font-family:Arial rounded,Arial,Helvetica; font-size:20pt; color:#000000; line-height:20pt; font-style:bold; }
  h3 { font-family:Arial rounded,Arial,Helvetica; font-size:14pt; color:#000000; line-height:14pt; font-style:bold; }
  h4 { font-family:Arial rounded,Arial,Helvetica; font-size:12pt; color:#000000; line-height:12pt; font-style:bold; }
  h5 { font-family:Arial rounded,Arial,Helvetica; font-size:10pt; color:#000000; line-height:10pt; font-style:bold; }
  
  //-->
  </style>
  
