
/*
Algemeen
*/

	A  {
		color : Red;
	}
	
	A:Visited {
		color : red;
	}
	
	A:Hover {
		color : Yellow;
	}
	
	BODY {
	font-size: 12pt;
	font-family: Tahoma;
	font-weight: normal;
	color: Yellow;
	background-color: Black;
}

	TD {
		font-size : 11pt;
		font-family : Tahoma;
		font-weight : normal;
		
	}
	
/*
kopjes
*/	
	
	
	.kop1 {
		font-size : 30pt;
		text-align : center;
	}
	
	.kop2 {
		font-size : 14pt;
		color: red;
	}
			
	TABLE.clsVerhaal TD {
	font-size: 12pt;
	font-weight: bold;
	text-align: justify;

}
	
	
	.thumb {
	
		border-left: 2px solid Red;
		border-top: 2px solid Red;
		border-right: 2px solid Red;
		border-bottom: 2px solid Red;
	}

	.thumbH {
	
		border-left: 2px solid Yellow;
		border-top: 2px solid Yellow;
		border-right: 2px solid Yellow;
		border-bottom: 2px solid Yellow;
	}


