@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFE2EA;
	font-family:Arial, Helvetica, sans-serif;
}
.flanken {
	background-color: #FFE2EA;
}
.tabelcentrum {
	background-color: #401B25;
}
.tabelhoogte {
	height: 100%;
}
.menu {
	color: #FFFFFF;
	background-color: #401B25;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	
}
.weghyperlink {	
	text-decoration: none;
	color: #D6D4D7;
}
.kleuroranje {
	text-decoration: none;
	color: #ff9900;
}


/* Kleur van hyperlinks */

a:link {
	color: #DDC25B;
	text-decoration: none;
}
a:visited {
	color: #DDC25B;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

