
<!--
body {
  background-color: #fcfcf4;
  layer-background-color: #ffffff;
  background-image: URL('/images/logo/achtergrond1.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  color: #191970;
  margin-left: 2px;
  margin-right: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-family:  "Helvetica", "Arial", "Times New Roman", "Garamond", "Courier" ;
  }
h1 {
  font-family:  "Garamond", "Arial Narrow", "Times New Roman", "Courier";
  font-size: 23px;
  margin-top: 2px;
  margin-bottom: 4px;
  color: #003289;
}
h2 {
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 4px;
  text-decoration: underline;
  color: #005EFF;
}
h3 {
  font-size: 17px;
  margin-top: 2px;
  margin-bottom: 4px;
}
h4 {
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 4px;
}
td, th, li, div, span {
  color: #191970;
  font-size: 20px;
  font-family:  "Helvetica", "Arial", "Times New Roman", "Garamond", "Courier" ;
}
a:link, a:visited {
  text-decoration:underline;
  color: #0e5033;
}
a:hover {
  text-decoration:underline;
  color: #06A050;
}
-->


