body {
	background-image: url(../plaatjes/bg.jpg);
}
.head {
	background-color: #003388;
}
.brd {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003388;
	border-bottom-color: #003388;
	border-left-color: #003388;
}
.brd2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003388;
	border-bottom-color: #003388;
	border-left-color: #003388;
}
p {
	font-family: Verdana;
	font-size: 11px;
	color: #003388;
}
a {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FF3366;
	text-decoration: none;

}

