BODY  {
	font-size : small;
	font-family : sans-serif;
	color : Black;
        background-color : #c4d2e4;//lichtblauw 
     
}

td {
      font-family : trebuchet ms; //
	font-size: 12px;
	font-style : Helvetica;
      font-weight : normal;
	color : black;
      background-color : #c4d2e4;//
  
}
tr {
     font-family : trebuchet ms;  //koptekst
    font-style : Helvetica;
    font-size: 14px;
    font-weight : bold;
    color : white;
    background-color : #6B8CB5; //blue; // 
}
P  {    
	font-family : trebuchet ms;
	font-size: 12px;
	font-style : Helvetica;
      font-weight : normal;
	color : black;
      background-color : #dff2f9;#c4d2e4;//#6B8CB5; // licht/donker blauw  #c0ffc0;// lichtgroen

}

H1  {
	font-family : sans-serif;
	font-size : large;
	font-weight : bold;
	color : #325f98 ;6B8CB5; //blue; //green; 
      //#A82813;
	font-style : italic;
}
hr {
     color : #325f98;
}
small  {
	font-size : xx-small;
	font-family : sans-serif;
      color : #325f98 ;6B8CB5color : blue; //green; 

}

A  {
	color : #A82813;
	text-decoration : none;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	text-decoration : underline;
}

