body {
  background-image: url("images/hs-achtergrond.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  font-family: Arial, Helvetica, Verdana, Sans-serif;
  font-size: 12pt;
}
h1 {
  font-size: 22pt;
  margin: 5px 25px 10px 5px;
}
p {
  margin: 5px 600px 10px 5px;
}
a:hover {
  opacity: 6;
  transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -webkit-transition: opacity .4s ease;
}
div.versiedatum {
	width: 600px;
	align: right;
	font-size: 8pt;
}
