body {
	background: #FFF0D2 url(../images/gelige_achtergrond.jpg) no-repeat fixed;
	margin: 20px;
	font: 12px Arial, Helvetica, sans-serif;
}
.introblauw {
	color: #5A6088;
	font-weight: bold;
}
.introrood {
	color: #C14138;
	font-weight: bold;
}
table, td {
		font: 12px Arial, Helvetica, sans-serif;
}
a.rood {
	color: #C14138;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.rood {
	color: white;
	background-color: #C14138;
	font-weight: bold;
	text-decoration: none;
}
a.blauw {
	color: #5A6088;
	font-weight: bold;
	text-decoration: underline;
}
a:hover.blauw {
	color: white;
	background-color: #5A6088;
	font-weight: bold;
	text-decoration: none;
}
.blauwlinks {
	border-left: 1px solid #5A6088;
}
table.links {
	border: 1px solid #C14138;
	padding: 3px;
}
table.blauw {
	border: 1px solid #5A6088;
	padding: 3px;
}
th {
	background-color: #C14138;
	color: White;
	font-size: 11px;
}
th.blauw {
	background-color: #5A6088;
	color: White;
	font-size: 11px;
}
a.kleinblauw {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
}
a:hover.kleinblauw {
	color: white;
	background-color: #5A6088;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
#footer {
	font-size: 11px;
	border-top: 1px dotted #B22222;
	margin-top: 10px;
	text-align: center;
	width: 96%;
	padding: 10px;
	margin-left: 2%;
	margin-right: 2%;
}