
body { 
  color: black; 
  font-family: Verdana, Arial, Helvetica, Geneva;
  padding:0px;
  margin:0px;
}

h1 {
  margin-top:10px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #0092C8;
  border-bottom: 2px solid;
}

h2 {
  margin-top:10px;
  font-size: 14px;
  font-weight: bold;
}


p {
  font-size: 12px; 
}

td {
  font-size: 12px;
}

li {
  margin-top:6px;
  font-size: 12px; 
}

a {
  color:white;
  font-size: 12px; 
  font-weight: bold;
  text-decoration: none;
  margin-left:2px;
  margin-right:2px;
}
 
a:hover {
  text-decoration: underline;
  }

a.impressum {
  color:black;
  }