body {
  background-color:white;
  color:black;
  font-family:"Arial";
  font-size:16px;
}
a {
  text-decoration:none;
  color:black;
}
a.markedAsHyperlink {
  text-decoration:underline;
}
a:hover {
  color:gray;
  text-decoration:underline;
}
td {
  font-family:"Arial";
  font-size:16px;
}
hr {
  color:#DFF2FF; /* Internet Explorer */
  background-color:#DFF2FF; /* Older versions of Opera and Mozilla */
  border-color:#DFF2FF; /* Other browsers */
}
td.mainImage {
  vertical-align:top;
  padding:15px;
}
img.mainImage {
}
.mainImageWithBorder {
  border-style:solid;
  border-width:1px;
  border-color:black;
}
td.mainText {
  vertical-align:top;
  padding-top:15px;
  padding-right: 15px;
  padding-left: 8px;
}

.logoText{
  vertical-align:top;
  padding:15px;
  color:#DFF2FF;
}

div.voorbeeld {
color:gray;
margin-left:20px;
}

div.citaat {
  margin-left:20px;
}
