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

.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(../images/header.png);
	height: 185px;
	width: 800px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content {
	background-image: url(../images/body.png);
	height: auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	float: none;
}
.footer {
	background-image: url(../images/footer.png);
	height: 47px;
	width: 800px;
}
body {
	background-image: url(../images/achtergrondstroke2.jpg);
	background-repeat: repeat;
}
.container .content p {
	font-size: 16px;
}
.container .content table tr td {
	text-align: center;
	font-size: 14px;
}
.container .content table tr td p {
	font-size: 10px;
}
.container .content table tr td p {
	font-size: 12px;
}
.container .content table tr td p {
	font-size: 14px;
}
