/* We need this extra.css, otherwise the page-editor will use the default.css
   which will have a dark-blue background...
*/
<!--
body {
  font-family: Arial, sans-serif;
  font-size: x-small;
  color: #000000;
  background-color: #909090;
  border-style: none;
  border-width: 0 0 0 0;

  margin-left : 0px;
  margin-top : 0px;
  margin : 0px;
  background-image:   url(../images/hoofdpagina_gradient_blauw.gif);
  background-repeat: repeat-x;
  background-position: top left;
}
-->
