BODY {
  color: rgb(128, 0, 32);
  margin-left: 3em;
  margin-right: 2em;
  margin-top: 50;
  margin-bottom: 50;
  background-color: rgb(224, 224, 255);
  background-image: url("http://www.ster.be/klaver.gif");
  background-repeat: repeat;
}

H1, H2, H3 {
  font-family: "Arial", sans-serif;
}

H1.titel, H2.ondertitel {
  text-align: center;
  color: rgb(128, 0, 32);
}

H1 {
  font-size: 36pt;
}

:link {
  color: rgb(255, 0, 64);
}

:visited {
  color: rgb(64, 0, 0);
}
