@charset "utf-8";
.pbrand {
	background-color: #71EF86;
	border: 1px solid #DFFF08;
}
.kop {
	background-image: url(balk.gif);
	border: 1px solid #DEFF08;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.onderk {
	background-color: #21B539;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DEFF08;
	border-right-color: #DEFF08;
	border-bottom-color: #DEFF08;
	border-left-color: #DEFF08;
	padding: 5px;
}

body {
	background-color: #000000;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.style3 {color: #FFFFFF;
	font-weight: bold;
}
a {
	font-size: 14px;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}