@charset "UTF-8";
/* CSS Document */

.menukaart a:link {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
.menukaart a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
.menukaart a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.menukaart a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
