BODY  {
	font-family : trebuchet ms; // Kolom vulling
	font-style : Helvetica;
	color : Black;
	background-color : #c0c0c0;
 SCROLLBAR-FACE-COLOR: #c0c0c0;
 //SCROLLBAR-HIGHLIGHT-COLOR: #999999;
 SCROLLBAR-BASE-COLOR: #c0c0c0;

     
}

.inhoud {
      font-family : trebuchet ms; 
	font-size: 12px;
	font-style : Helvetica;
      font-weight : normal;
	color : black;
      background-color : #ccffcc;
  
}
.kop {/* mag geen large moet 24px  */
     font-family : trebuchet ms;
    font-style : Helvetica;
    font-size: 14px;
    font-weight : bold;
    color : white;
    background-color : green;
}


H1  {
	font-family : sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : green; 
	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;
}


