body {
	background-color: #333333;
	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
    
.Voet-titel {
	font-family: "century gothic";
	font-size: 16px;
	color: #FFFFFF; 
	}

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