/* LAYOUT voor rest van de website */
/* Tekst */
.tekst_groot {
	font-family: "Courier New", Courier, mono;
	font-size: 115%;
	font-weight: bolder;
	color: #000000;
	
}

.paragraaf_inspringen {
	margin-left: 20pt;
}

/* Titel */
.titel_pagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bolder;
	text-align: center;
	margin-top: 10pt;
	color: #E9CC8D;	
}

.titel_enorm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 260%;
	font-weight: bolder;
	text-align: center
}

.titel_paragraaf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	text-align: left;
	margin-top: 20pt;
	margin-bottom: 8pt;
	color: #000000;
} 

.titel_tussenparagraaf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bolder;
	text-align: left;
	color: #E9CC8D;
} 


/* Pagina */
BODY {
	font-size: 69%;
	font-family:"Courier New", Courier, mono;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 3%;
	color: #E9CC8D;
	background-color:#00060F}


 A:link {
          color: #E9CC8D;
 }
 A:active {
          color: #E9CC8D;
 }
 A:visited {
          color: #E9CC8D;
 }
 A:hover {
          color: #E9CC8D;
 }
