BODY {
  margin-left: 3em;
  margin-right: 2em;
  margin-top: 50px;
  margin-bottom: 50px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 240);
}

H1, H2, H3 {
  font-family: "Arial", sans-serif;
}

H1.titel, H2.ondertitel {
  text-align: center;
}

H1, H2 {
  color: rgb(0, 0, 96);
  background-color: rgb(255, 255, 240);
}

UL.inhoud {
  list-style-type: none;
}

UL.refs {
  list-style-type: none;
}

PRE.DOSinput {
  color: rgb(40, 40, 40);
  background-color: rgb(255, 255, 240);
  font-weight: 600;
}

PRE.DOSoutput {
  color: rgb(40, 40, 40);
  background-color: rgb(255, 255, 240);
  font-weight: 600;
}

CODE.DOSinput {
  color: rgb(40, 40, 40);
  background-color: rgb(255, 255, 240);
  font-weight: 600;
}

CODE.DOSoutput {
  color: rgb(40, 40, 40);
  background-color: rgb(255, 255, 240);
  font-weight: 600;
}

DIV.centerimage {
  margin-left: 3.5em;
}

DIV.kader {
  margin-left: 3.5em;
  margin-right: 2.5em;
  color: rgb(0, 0, 0);
  background-color: rgb(210, 210, 190);
  border-width: 1pt;
  padding: 1em;
}
  