body {
	background-color: transparent;
    
	scrollbar-face-color: #FFFFCE;
    scrollbar-highlight-color: #FFFFCE;
    scrollbar-3dlight-color: #FFFFCE;
    scrollbar-darkshadow-color: #A18959;
    scrollbar-shadow-color: #FFFFCE;
    scrollbar-arrow-color: #A18959;
    scrollbar-track-color: #FFFFCE;
	
	margin-top: 0;
	
}

.Titel {
	font-family: "century gothic";
	font-size: 12px;
	color: #000000;
	font-weight: 600; 
	}

.Tekst {
	font-family: "century gothic";
	font-size: 12px;
	color: #000000; 
	}
.Invul-tekst {
    font-family: "century gothic";
	font-size: 12px;
	color: #000000; 
}	

.Fout {
	font-family: "century gothic";
	font-size: 12px;
	color: #000000; 
	}

.menu-item {
	font-family: "century gothic";
	font-size: 12px;
	color:  #000000;
	}

a:link {
    font-family: "century gothic";
	font-size: 12px;
	color:  #000000;
	}
	
a:visited {
    font-family: "century gothic";
	font-size: 12px;
	color:  #000000;
	}
	
a:hover {
	color:  #000000;
	font-size: 12px;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}


