body {
 background: #ffffff;
}


h1 {
 font-family: Verdana;
  font-size:16pt;
 text-align: center;
 color: #000000;
}

h2 {
 font-family: Verdana;
  font-size:14pt;
 text-align: center;
 color: #000000;
}

h3 {
 font-family: Verdana;
  font-size:12pt;
 text-align: center;
 color: #000000;
}

h4 {
 font-family: Verdana;
  font-size:10pt;
 text-align: center;
 color: #000000;
}
ul {
 font-family: Arial;
 font-size:10pt;
 text-align: left;
}


p {
 font-family: Arial;
 font-size:10pt;
 color: #000000;
}

<.!-- Trennlinie -->
hr {
 align: center;
 color: #969696;
 size:6pt;
 width: 75%;
}

<.!-- Links -->
a:visited {
 font-family: Arial;
 font-size:10pt;
 color: #772200;
}


a:link {
 font-family: Arial;
  font-size:10pt;
 color: #0000FF;
}

#Titel {
 text-align: center;
 background-color:#969696;
 font-family: Verdana;
 font-size:20pt;
 color:#000000;
 width:100%;
 line-height:50px;

}

#News {
 text-align: center;
 background-color:#969696;
 font-family: Verdana;
 font-size:14pt;
 color:#FFFFFF;
 width:100%;
 line-height:40px;

}