A {
  font-family: Arial;
  font-size: 10 pt;
  text-decoration:underline;
  color: #004CA5;
  }

A:Hover {
  text-decoration: underline;
  color: Red;
  }

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  }

h1 {
  font-family: Arial;
  font-size: 12pt;
  }
h1.titel {
  color: #00007F
  }

h2 {
  font-family: Arial;
  font-size: 12pt;
  }

h3 {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  }

body {
  background-color: White;
  }