body {
	background-image: url(images/back.png);
	
	margin-top: 15;
	margin-left: 0;
	margin-right: 0;
}
    
.teller {
    font-family: "Century Gothic";
	font-size: 12px;
	color: #333333;
	}

.Voet {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF; 
	}

a:link {
    font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	
	color: #333333;
	}
a:visited {
    font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	
	color:  #333333;
    }
a:hover {
	color: #333333;
}
a:active {
	text-decoration: none;
}

