/* --------- */
/* Allgemein */
/* --------- */
body {
  font-family: Arial;
  font-style:normal;
  font-weight:normal;
  font-size:9pt;
  background-color: #ffffff;
  color: #000000;
  margin: 0px;
}
/* --------- */
/* Schriften */
/* --------- */
p {
  font-family: Arial;
  font-size:9pt;
  color: #000000;
}
p.h1 {
  font-family: Arial;
  font-weight:bold;
  font-size:24pt;
  color: #000000;
  text-align:center;
}
a {
  color: #C73756;
  text-decoration: underline;
  font-weight: bold;
  font-style: normal;
  font-size:9pt;
}
a:hover {
  color: #C73756;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  font-size:9pt;
}
