body {
	color: #ffc000;
	font: 15px/20px Arial, Helvetica, sans-serif;
}
h1 {
	
	font: bold 30px/40px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2 {
    font-size: 1.3em;
    color: #ccc;
    margin-bottom: 1em;
}
p {
	margin-bottom: 20px;
	text-align: justify;
}
table, tr, td {
	border: 0;
}
a {
	color: #ffc000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul.kalender {
	
}
.kalender li {
	border-bottom: 2px dotted #1f5972;
	line-height: 2em;
	list-style: none;
	padding: 8px;
}
.kalender .datum, .kalender .beginuur, .kalender .locatie, .kalender .stuk {
	font-size: 1.3em;
}
.kalender .kring {
	font-size: 1.7em;
	font-weight: bold;
}
.kalender .stuk {
	color: #ccc;
	display: block;
}