 <head>
<style>



p {
  color: black;
  font-weight: normal;
  font-size: 14px;
}
p14 {
  color: black;
  font-weight: normal;
  font-size: 14px;
}

p16 {
  color: black;
  font-weight: bold;
  font-size: 16px;
}
p18 {
  color: black;
  font-weight: bold;
  font-size: 18px;
}
vet {
  color: black;
  font-weight: bold;
  font-size: 14px;
}
onderstreep
{
  text-decoration: underline;
}

blauw {
  color: blue;
  font-size: 14px;
}

rood {
  color: red;
  font-size: 18px;
}

dl,dt {
  font-weight: normal;
  font-size: 14px;
}


dd {
  font-size: 14px;
  font-weight:normal;
  margin-bottom: 1em;
}

ol {
  font-size: 14px;
  font-weight:normal;
  margin-bottom: 1em;
}


</style>
</head>