body {
	font-family: book antiqua, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;
}
.header {
	height: 140px;
	background-image: url('../afbeeldingen/logo_sorotterdam.png');
	background-repeat: no-repeat;
}
.main {
	vertical-align: top;
	text-align: left;
	border: #0000FF solid;
	border-width: 2px 0px 0px 2px;
	padding: 20px;
}
.menu {
	vertical-align: top;
	text-align: left;
	width: 200px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}