body {  /* algemene instellingen */
  margin: 10pt;
  color: black;
  background: #EEEEEE;
  font-family: arial;
  font-size: 10pt;
}

h1 {
  font-size: 40pt;
  color: blue;
  text-align: left;
  line-height: 20pt;
  vertical-align: bottom;
}

h2 {
  font-size: 20pt;
  color: blue;
  text-align: left;
  line-height: 0pt;
  vertical-align: top;
}

hr {
  color: red;
}

td {
  font-size: 11pt;
  vertical-align: top;
}
