<!-- /* Verberg style sheet */

/* weergave voor een nog niet bezochte link */
A:link  {
	color : #FFFFFF;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
}

/* weergave voor een reeds bezochte link */
A:visited  {
	color : #FF00FF;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
}

/* weergave als de muis over de link gaat */
A:hover  {
	
	background: #CCFFCC;
	font-style : normal;
	border-width : 2px;
	text-decoration : none;
	color : #FF0000;
}

/* weergave voor de actieve link na aanklikken */
A:active  {
	color : red;
	background: #FFFF33;
	text-decoration : none;
	font-weight : bold;
}

/* opmaak body */
BODY { 	
	background-color: #008000;
	font-family: Times New Roman, Times;
	font-size:12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #5d7668;
	SCROLLBAR-HIGHLIGHT-COLOR: #afbab4;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #afbab4;
	SCROLLBAR-BASE-COLOR: #afbab4;
	crollbar-3d-light-color: #AFBAB4;
	scrollbar-dark-shadow-color: #AFBAB4;
}


/* opmaak pagina "cel hunter, jumpers .......... */
.bg1 {
	font-family : Times New Roman, Times;
	font-weight: bold;
	font-style : normal;
	font-size: 10pt;
	text-align: left;
}

	
.bg2 {
	font-family :Times New Roman, Times;
	background:#FFD700;
	font-size : 10pt;
	font-weight :bold;
	font-style : normal;
	color: #000099;
	text-align: center;
}



/* opmaak cellen met witte achtergrond zonder font */
.bg3 {
	background-color:#FFFFFF;
	font-family:Times New Roman, Times;
	
}

/* opmaak tekst 10pt bold rechts uitgelijnd */
.bg4 {
	font-family : Times New Roman, Times;
	font-weight: bold;
	font-style : normal;
	font-size: 10pt;
	text-align: right;
}

/* opmaak tekst bold rechts uitgelijnd */
.bg5 {
	font-family : Times New Roman, Times;
	font-weight: bold;
	font-style : normal;
	font-size: 12pt;
	text-align: right;
}

/* opmaak tekst bold gecentreerd wit */
.bg6 {
	font-family: Times New Roman, Times;
	font-weight: bold;
	font-size: 13pt;
	letter-spacing: 1pt;
	text-align: center;
}

-->

