@charset "iso-8859-1"
/* author: Cees Streefkerk zwijndrecht */
/* Creation date: april-2004 */
body  {
 font-family: "tahoma";}
td 
{font-family: "tahoma";}

th {font-family:"tahoma";}
/* Font voor hoofdtitel in de kop Groene kleur */
#kop1 {
	font-size: 16.0pt;
	font-weight: 400;
	font-style: normal;
	font-family: tahoma;
	color: #1C5131;
	text-decoration: none;
}
/* Font voor subtitels in de kop Groene kleur */
#kop2 {
font-size: 15.0pt;
font-weight: normaal;
font-style: normal;
font-family: tahoma;
color: #1C5131;
text-decoration: none;
}
/* Nog niet bezochte link  */	
A:link {
font-size: 11.0pt;
font-weight: 400;
font-style: normal;
font-family: "tahoma";
color: #993300;
text-decoration: none;
}
/* Wel bezocht  */	
A:visited {
font-size: 11.0pt;
font-weight: 400;
font-style: normal;
font-family: "tahoma";
color: #993300;
text-decoration: none;
}
/* link bij mouse over Rood en onderstreept  */	
A:hover {
font-size: 11.0pt;
font-weight: 400;
font-style: normal;
font-family: "tahoma";
color: #FF0000;
text-decoration: overline underline;
}
/* Geklikt  */	
A:active {
font-size: 11.0pt;
font-weight: 400;
font-style: normal;
font-family: "tahoma";
color: #993300;
text-decoration: none;
}

