/* CSS Document */

body,td,th {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
h1 {
	font-size: 14px;
	color: #000000;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
	color: #CC0000;
}
.actie {
	font-size: 14px;
	color: #CC0000;
	font-weight:bold;
}
.onderdeel {
	font-size: 10px;
	color: #000000;
}
.dropdown {
	font-family: Georgia;
	font-size: 11px;
	color: #000000;
}
.border {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.super {
	font-size: 18px;
	color: #CC0000;
	font-weight:bold;
}