/* Classes */
.agenda_tabel {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.agenda_tabel a:link, .agenda_tabel a:visited {
	color: #FFF;
	text-decoration: none;
}
.agenda_tabel a:hover {
	color: #666666;
	text-decoration: underline;
}
.agenda_maand {
	font-size: 11px;
}
.agenda_dagen {
	font-weight: bold;
}
.agenda_vandaag {
	border: 1px solid #000;
}