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

#mainMenu, #subNavigatie, #fotoalbum, #content {
	height: 1px;
	width: 1px;
	display: none;
}


a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	color: #000;
	margin-top: 30px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #000;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #000;
}


p, li, td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
}

li {
	margin-left: -10px;
	line-height: 150%;
}

.noprint {
	display: none; 
	visibility: hidden;
}
