BODY  {
	font-size : small;
	font-family : sans-serif;
	color : Black;
	background-color : #c0c0c0;// grijs 
 SCROLLBAR-FACE-COLOR: #c0c0c0;//bewegende balk
 //SCROLLBAR-HIGHLIGHT-COLOR: #999999;//
 SCROLLBAR-BASE-COLOR: #c0c0c0;//666666;

     
}

td {
      font-family : trebuchet ms; //
	font-size: 12px;
	font-style : Helvetica;
      font-weight : normal;
	color : black;
      background-color : #c0c0c0;// 
  
}
tr {
     font-family : trebuchet ms;  //koptekst
    font-style : Helvetica;
    font-size: 14px;
    font-weight : bold;
    color : white;
    background-color : green
}

CAPTION {
     font-family : trebuchet ms;  //koptekst
    font-style : Helvetica;
    font-size: 14px;
    font-weight : bold;
    color : white;
    background-color : green
}

P  {    
	font-family : trebuchet ms;
	font-size: 12px;
	font-style : Helvetica;
      font-weight : normal;
	color : black;
      background-color : #ccffcc;// 

}

H1  {
	font-family : sans-serif;
	font-size : large;
	font-weight : bold;
	color : green;//#006699; //
	font-style : italic;
}
hr  {
     color : green;//
}

small  {
	font-size : xx-small;
	font-family : sans-serif;
	color : green;
}

A  {
	color : #A82813;
	text-decoration : none;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	text-decoration : underline;
}

