body {
	background-image: url(../images/achtergrond.jpg);
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	font-size: 12px;
	color: #000066;
}
a:visited {
	color: #000099;
	text-align: justify;
}
a:hover {
	color: #0033CC;
}
a:active {
	color: #0033CC;
}
h1 {
	font-size: 20px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #333333;
}
p {
	line-height: 1.5em;
	list-style-type: circle;
	text-align: justify;
}
li {
	line-height: 1.5em;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
ul {
	list-style-type: inherit;
	list-style-position: outside;
}

