body {
	background: #04053d;
	font: 10pt verdana;
	color: white;
}
a:link { 
	color: white;
	text-decoration: none;
}
a:visited { 
	color: white;
	text-decoration: none;
}
a:hover { 
	color: #04053d;
	text-decoration: underline;
}
table {
	font: 10pt verdana;
	background: #2761ab;
	border: 0;
}
.licht {
	background: #0c3c7a;
	width: 100%;
}

.donker {
	background: #2761ab;
	width: 100%;
}