body {
  font-family: Arial, Helvetica, sans-serif; 
  color: #000000;
  background-color: #FFFFFF;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 150px;
}

h1 {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.2em;

  font-weight: bold;
}

h2, .kop1 {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h3, .kop2 {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h4, .kop3 {
  font-weight: bold;
  font-style: italic;
  font-size: 1.0em;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}

.nowrap {
  white-space: nowrap;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

blockquote {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

blockquote p {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

p.noot {
  font-size: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 0.1em;
}

p.small {
  font-size: 0.9em;
  font-style: italic;
}

ul,ol {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

li {
  line-height: 1.3em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

input {
  font-size: 1.0em;
}

textarea {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 1.0em;
}

.red {
  color: red;
}

.lnk {
  text-decoration: none;
  color: blue;
}

.lnk:visited {
  color: blue;
}
