body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #000000;
}
table {
	border: thin solid #999966;
}
.tekstpadding {
	padding: 10px;
}

.celranden {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFE2E8;
	border-right-color: #FFE2E8;
	border-bottom-color: #FFE2E8;
	border-left-color: #FFE2E8;
}
.zwarteranden {
	border: thin solid #000000;
}
a:hover {
	color: #993300;
}
a {
	color: #000000;
	text-decoration: none;
}

