body, html {
	margin: 0;
	background: #656565;
	padding-top: 10px;
}
p {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.tekst {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.tekstklein {

	font-family: "arial";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	}
.tekstmedium {

	font-family: "arial";
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
a:link, a a:active, a:visited {
	text-decoration: none; 
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}
