body {
  background: #a20d13;
  text-align: center;
}
div#center {
  width: 720px;
  background: white;
  text-align: justify;
  padding: 20px 30px 15px;
  margin-top: 20px; margin-bottom: 20px;
  margin-right: auto; margin-left: auto;
}
p {
  font: 1em/130% Georgia, Times New Roman, serif;
  margin-top: 20px; margin-bottom: 15px;
}
dl {
  margin-top: 25px; margin-bottom: 15px;
}
dt {
  font: 1em/130% Georgia, Times New Roman, serif;
}
dd {
  font: .9em/125% Georgia, Times New Roman, serif;
}
h4 {
  font-family: Georgia, Times New Roman, serif;
  margin-top: 25px; margin-bottom: 15px;
}
.rot { color: red; }
.blau { color: blue; }
.grun { color: green; }
.redactioneel {
  color: green;
  font-family: monospace;
}
.redactioneel a {
  color: green;
}
#center .box, #center .box_tiny {
  padding: 5px 15px;
  border: 1px solid black;
  margin: 25px;
}
#center .box, #center .box_tiny {
  background-color: #ffffcc;
}
#center .box h4, #center .box_tiny h4 {
  margin-top: 8px;
}
#center hr {
  width: 80%;
  text-align: center;
  margin-top: 30px; margin-bottom: 25px;
  margin-left: auto; margin-right: auto;
  clear: both;
}
a { color: purple; }
a:hover { color: fuchsia; }
a.feit, a#feit {
  color: green;
  font-weight: bold;
  text-decoration: none;
}
a.feit:hover {
  text-decoration: underline;
}
