body {
	background-color: #292929;
	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

.Titel {
	font-family: "Arial";
	font-size: 12px;
	color: #FFFFFF; 
	}

.Subtitel {
    font-family: "Arial";
	font-size: 12px;
	color: #000000; 
	}

.Tekst {
	font-family: "Arial";
	font-size: 12px;
	color: #FFFFFF; 
	}

.Tekst_gray {
	font-family: "Arial";
	font-size: 12px;
	color: #7E7E7E; 
	}
    
.Voet-titel {
	font-family: "Arial";
	font-size: 10px;
	color: #FF6600; 
	}
.Voet-tekst {
    font-family: "Arial";
	font-size: 10px;
	color: #FFFFFF; 
}

a:link {
    font-family: "Arial";
	font-size: 12px;
	text-decoration: none;
	
	color: #FFFFFF;
	}
a:visited {
    font-family: "Arial";
	font-size: 12px;
	text-decoration: none;
	color:  #FFFFFF;
    }
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.menu-item {
	font-family: "Arial";
	font-size: 12px;
	color:  #FFFFFF;
	}