
<!-- /* Verberg style sheet index-page */
/* weergave voor een nog niet bezochte link */
A:link  {
	color : #8080FF;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
	font-style : normal;
}

/* weergave voor een reeds bezochte link */
A:visited  {
	color : #800080;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
	font-style : normal;
}

/* weergave als de muis over de link gaat */
A:hover  {
	text-decoration : none;
	font-style : normal;
	font-weight : bold;
	border-width : 2px;
	background : #006600;
	color : #FFFFFF;
}


/* tekst 18pt, Copperplate Gothic Light */
H2 {
	font-family : Copperplate Gothic Light, Times New Roman, Times;
	font-weight : bold;
	color: #E05252;
	text-align: center;
}


/* tekst 8pt voor weergave "update" */
H6
{
	font-family : Times New Roman, Times;
	font-size: 8pt;
	font-weight : normal;
	font-style : normal;
	color: #000000;
	text-align: left;
}


/* opmaak body */
BODY  {
	background-color: #FFF8DC;
	font-family: Times New Roman, Times;
	font-size:12pt;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

.bg1 {
	font-family: Times New Roman, Times;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	
}


.bg2 {
	background: url(jpegs/full_2.jpg);
	font-family: Times New Roman, Times;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
}
