/**********************************************
           Cascading Style Sheet
   Created for the "Pillie Willie Koerier"
     By Hugo Witsel (hfwitsel@cs.vu.nl)
              September 1999
***********************************************/

<style type="text/css">
<!-- 

body {
  font-family: "Arial";
  font-size: 8pt;
  color: black;  
  background: "black";
}

table {
  font-family: "Arial";
  font-size: 9pt;
  color: black; 
}



a:link {
  font-family: "Arial";
  color: darkred;
}

a:hover {
  color: gold;
}

a:visited {
  font-family: "Arial";
  color: black;
}

.bullet1 {
   list-style-image: url(../pictures/new/bl-002.gif);
}

h1 {
  color: darkblue;
  font-family: "Verdana";
  font-size: 13pt;
  font-style: bold;
  align: center;
}

h2 {
  color: black;
  font-family: "Tahoma";
  font-size: 11pt;
  font-style: bold;

}

h3 {
  color: black;
  font-family: "Tahoma";
  font-size: 10pt;
  font-style: bold;

}

h4 {
  color: black;
  font-family: "Tahoma";
  font-size: 9pt;
  font-style: bold;
}


h5 {			/* samenvatting */
  color: black;
  font-family: "Arial";
  font-size: 9pt;
  font-style: bold;

}

h6 {			/* double space */
  font-family: "Arial";
  font-size: 10pt;
  font-style: italic;
  color: #666666;  
  line-height: 170%;
}

-->
</style>
