@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(lijn.gif);
	background-repeat: repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.titel {
	font-size: 16px;
	font-weight: bold;
	color: #600;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:hover {
	color: #666;
}
.nieuws_titel {
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.datum {
	font-style: italic;
	color: #666;
}

