@import url("hoofdmenu.css");
body {
	background-color: #FFFFFF;
	background-image: url(../images/tile.gif);
}

.main {
	font-family: fixedsys, Monaco;
	font-size: 18px;
	color: #000000;
	background-color: #a9dca8;
	width: 760px;
	min-height: 500px;
	border: outset;
}
.info1 {
	font-family: fixedsys, Monaco;
	font-size: 1.5em;
	color: #FF0000;
	text-decoration: none;
}
.change a {
	font-family: fixedsys, Monaco;
	font-size: 2.2em;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.textblock {
	font-family: fixedsys, Monaco;
	font-size: 12px;
	color: #000000;
	margin-right: 20px;
	margin-left: 20px;
	vertical-align: top;
	
}.wierdborder {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #333333;
	height: 530px;
	width: 700px;
	vertical-align: middle;
}
