body {
	background-image: url(pictures/background.jpg);
	background-position:center;
	background-position: top;
	background-repeat:no-repeat;
	background-color: #1414CC;
}
.actief {color: #FF9900}
.hoofdtekst {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.itemrechts {
	font-size: 24px;
	font-family: "Bradley Hand ITC";
	color:#FF9900
}
.post {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
}

.menu {
	font-size: 12pt;
	font-family: "Bradley Hand ITC";
	color: #FFFFFF;
}
.handtekening {
	font-size: 48pt;
	font-family: "Rage Italic";
	color: #0000CC;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
}


