body {
	background-image:url(afbeeldingen/strepen.jpg);
    
	scrollbar-arrow-color: #6E5941;
    scrollbar-3dlight-color: #DEC7A1;
    scrollbar-darkshadow-color: #373330;
    scrollbar-face-color: #2B2B2B;
    scrollbar-highlight-color: #CEAE87;
    scrollbar-shadow-color: #373330;
    scrollbar-track-color: #6E5941;
}
.titel {
    font-size: 18px;
	color: #000000;
	font-family: "century gothic";
	font-weight: none;
}
.subtitel {
    font-size: 14px;
	color: #000000;
	font-family: "century gothic";
	font-weight: none;
}
.tekst {
    font-size: 10pt;
	color: #000000;
	font-family: "century gothic";
    background-color: #6699FF; 
}
.voettekst {
    font-size: 10pt;
	color: #FFFFFF;
	font-family: "century gothic";
}

a:link {
    font-family: "century gothic";
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
}
a:visited {
    font-family: "century gothic";
	text-decoration: none;
	font-size: 10pt;
	color: #FFFFFF;
}
a:hover {
    font-family: "century gothic";
	text-decoration: underline;
	font-size: 10pt;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
