body {
  font-family: verdana;
  font-size: 8pt;
  font-weight: 400;
  color: #000000;
  line-height: 15pt;
  align: justify; 
}

h3 { 
  font-size: 10pt;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF; 
  margin: 0px;
}

h4 { 
  font-face: Arial;
  font-size: 15pt;
  font-weight: 400;
  color: #000000; 
  margin: 0px;
}

p {
  font-size: 8pt;
  font-weight: 400;
  color: #000000;
  line-height: 15pt;
  align: justify; 
}

ul {
  list-style-type: disc;
  font-size: 8pt;
  font-weight: 400;
  line-height: 15pt;
  align: justify;
}

a:link { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }

img { border: solid 1px black; }
img.zonder { border: 0px; }

table {
  border: solid 1px #000000;
  font-size: 8pt;
  line-height: 15pt;
  border-collapse: collapse; 
}

.none {
  border: 0px;
}

td {
  padding-left:5px;
  padding-right:5px;
}

thead { background-color: #ffffff; color: #000000; text-align:left; }

.head { 
  background-color:#000000;
  color: #FFFFFF;
  font-weight: bolder;
}

.kolom { border:solid 1px #000000; }
.kolom_accent { background-color: #cccccc; }
.left { text-align: left; }
.right { text-align: right; }