body {
	background-color: #040404;
	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
    
.Voet-titel {
	font-family: helvetica;
	font-size: 12px;
	color: #C7D649; 
	}
.Voet-tekst {
    font-family: helvetica;
	font-size: 12px;
	color: #FFFFFF; 
}

a:link {
    font-family: helvetica;
	font-size: 12px;
	text-decoration: none;
	
	color: #FF0000;
	}
a:visited {
    font-family: helvetica;
	font-size: 12px;
	text-decoration: none;
	
	color:  #FF0000;
    }
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}
