body {
 font-family: Tahoma;
 font-size: large;
 text-align: center;
 color: #000000;
}

/*-----------------------------------------*/
/* allgemeine, normale Schriftart (schwarz)*/
/*-----------------------------------------*/
  h1 {
   font-family: Tahoma;
   font-size: 12pt;
   text-align: center;
   color: #000000;
  }

/*----------------------------------------*/
/* kleine Schriftart (schwarz)*/
/*----------------------------------------*/
  h2 {
   font-family: Tahoma;
   font-size: 8pt;
   text-align: center;
   color: #000000;
  }

/*-------------------------------------------------------*/
/* Überschrift innerhalb der Texte - große Schrift (blau)*/
/*-------------------------------------------------------*/
  h3 {
   font-family: Tahoma;
   font-size: 18pt;
   text-align: center;
   color: #0000BF;
  }

/*-----------------------------------------*/
/* allgemeine, normale Schriftart (rot)*/
/*-----------------------------------------*/
  h4 {
   font-family: Tahoma;
   font-size: 12pt;
   text-align: center;
   color: #FF0000;
  }

a:link { color:#FF0000;  }
a:visited { color:#FF0000; }
a:active { color:#FF0000; }
a:hover { color:#0000BF; }