// Dieser Style definiert das Aussehen der Überschrift im Hauptbereich:
// Normale Schriftgrösse ist 10pt und Arial, auch innerhalb Tabellen.
// TH und A wird als einzelner Link in den Tabellen benutzt, ist also nicht 
// unterstrichen und auch sonst nicht gekennzeichnet.


<style type="text/css">
  <!--

  body { font-size:10pt; font-family:Arial; }
  table { font-size:10pt; font-family:Arial; }
  tr { font-size:10pt; font-family:Arial; }
  th { font-size:8pt; font-family:Arial; color:black;}
  th a { font-size:10pt; font-family:Arial; color:black; text-decoration:none;}
  td { font-size:10pt; font-family:Arial; }
  td a { font-size:10pt; font-family:Arial; color:black;}
  h1 {font-family:Arial; color:black; font-style:normal; text-decoration:none;  font-size:12pt; font-weight:bold;}
  b { font-size:10pt; font-family:Arial; color:black;}
  p { font-size:10pt; font-family:Arial; color:black;}
  //-->
  </style>


