@charset "utf-8";
body {
	margin: 0px;
	background-color: #333333;
}
.tablebase {
	height: 100%;
}
.tablecontent {
	height: 580px;
	background-color: #FFFFFF;
	background-image: url(images/mauritshof.jpg);
}
.content {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}
.content a:link {
	color: #333333;
	text-decoration: underline;
}
.content a:visited {
	color: #333333;
	text-decoration: underline;
}

.content a:active {
	color: #333333;
	text-decoration: underline;
}

.content a:hover {
	color: #006633;
	text-decoration: underline;
}

