/* Ueberschrift */
     h2 {font-family:Verdana,sans-serif;
     font-style: normal; font-size: 14pt; font-weight: bold}
/* Text BOLD */
     B {font-family:Verdana,sans-serif;
     font-style: normal; font-size: 12pt; font-weight: bold}
     /* Text TT*/
     TT {font-family:Verdana,sans-serif;
     font-style: normal; font-size: 10pt; font-weight: normal}
/* Text SMALL */
     SMALL {font-family:Verdana,sans-serif;
     font-style: normal; font-size: 8pt; font-weight: normal}
/* Text PRESSE */
      I {font-family:Verdana,sans-serif;
     font-style: italic; font-size: 10pt; font-weight: normal}
/* LINKS GENERELL */
a:link { color: #000000; text-decoration: underline }
a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }
a:active { color: #000000; text-decoration: underline; }

html, body, textarea {
  color:#000000;
  font-family:Verdana,sans-serif;
}
