/* Algemeen*/

body{
	font-family: futura, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	letter-spacing: normal;
	word-spacing: normal;
	background-color: #AFCE9D;
	color: Maroon;
	margin-top : 5;
	margin-right : 5;
	margin-left : 5;
	margin-bottom : 0;
}

TABLE {
	color : Maroon;
	font-size : 10pt;
}


A, A:LINK, A:VISITED {
	color : Maroon;
	font-weight : bold;
}

A:HOVER {
	color : Black;
	font-weight : bold;
}

