@charset "UTF-8";
body {
	font-family: Verdana, Menlo, Helvetica, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333300;
	text-decoration: none;
	background-color: #F9E8B9;
}
.quote {
	font-family: Lucida Calligraphy, Geneva, Helvitca, Arial, sans-serif;
	font-size: medium;
	font-style: italic;
}
.titel {
	font-size: xx-large;
	font-weight: bold;
}
.ondertitel {
	font-size: large;
	font-weight: bold;
}
.bronnenkopje {
	font-style: italic;
}
.bronnen {
	text-decoration: underline;
}
a {
	color: #333300;
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a.klein {
	font-size: small;
	font-weight: normal;
}