body {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  background-color="FFFFFF";
  margin-left:30px;
  margin-right:30px;
  margin-top:20px;
}

h2{
  font-size:18pt;
  text-align:center;
}

h1{
  font-size:24pt;
  color="FF0000";
  font-weight:bold;
  font-stretch:wider;
  text-shadow:black;
  text-align:center;
}

p{
  font-size:10pt;
}

p.hinweis{
  font-weight:normal;
  font-size:10pt;
}

a{
  text-decoration: none;
  color="black";
}

