// Dieser Style definiert das Aussehen der Überschrift im oberen Bereich:
// Obwohl es jeweils ein Link ist: Arial, schwarz, normal, keine Unterstreichung
// Größe 12 Pixel.


<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;}
  td { font-size:10pt; font-family:Arial; }
  h1 {font-family:Arial; color:black; font-style:normal; text-decoration:none;  font-size:12pt; font-weight:bold;}

  a {font-family:Arial; color:black; font-style:normal; text-decoration:none;  font-size:12pt; font-weight:bold;}

  //-->
  </style>


