body {
  background-color: lightgrey;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  font-style: normal;
}

h1 {
  color: black;
  font-size: 32pt;
  text-align: center;
  font-family: Westminster, Helvetica, sans-serif;
}

h2 {
  color: darkgrey;
  font-size: 24pt;
  text-align: center;
  font-style: italic;
}

table {
  text-align: left;
  /* font-size: 9pt; */
  /* font-family: sans-serif, Arial, Helvetica; /**/
  border-width: 6px;
  border-color: black;
  /* color: white; */
  /* border-bottom-color: red; */
  /* border-style: dashed; */
}

th {
  background-color: #DDEEDD;
  font-size: 9pt;
}

td {
  background-color: #DEDEDE;
  font-size: 9pt;
}

p {
  color: black;
  font-family: Arial, sans-serif, Helvetica;
}

a.alle {
  color: red;
  text-align: center;
}

td.impressum {
  background-color: #FFBBFF;
  font-size: 12pt;
}

td.toc {
  background-color: #FFAAFF;
  font-size: 12pt;
}

