BODY {
  color: rgb(255, 255, 102);
  margin-left: 3em;
  margin-right: 2em;
  margin-top: 20pt;
  margin-bottom: 20pt;
  background-color: rgb(0, 68, 0);
}

H1, H2, H3 {
  font-family: "Arial", sans-serif;
}

H1.titel, H2.ondertitel {
  text-align: center;
  color: blue;
}

H1.titel {
  font-size: 36pt;
}

:link {
  color: rgb(255, 255, 102);
}

:visited {
  color: rgb(255, 204, 51);
}

LI {
  list-style-type: none;
}

td, th, p {
  color: rgb(255, 255, 102);
}
