body {
  background-color: none;
  font-family: verdana, helvetica, arial, sans-serif;
  margin: 30px;
}

#titel {

}

h1 {
  color: rgb(132,144,158);
  letter-spacing: 5pt;
  text-align: center;
}

#lijf {
   text-align: center;
}

p {
  color: rgb(132,144,158);
  font-size: 10pt;
}

.klein {
  font-size: 8.5pt;
}

a {
  color: rgb(132,144,158);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

