﻿html {
	overflow: scroll; /* zorgt ervoor dat FireFox en Opera altijd scrollbar tonen, zodat horizontaal springen voorkomen wordt */
}
body {
	font-family: Verdana;
	text-align: center;
	font-size: 10pt;
	color: black;
	background-color: #FFECFF;
	padding: 0;
	margin-right: 100px;
	margin-left: 100px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
h1 {
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
	color: #008080;
	font-style: normal;
}
h2 {
	color: #008080;
	text-align: left;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	margin-left: -25px;}
h3 {
	color: black;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
}
p {
	font-size: 10pt;
	text-align: left;
}
p.menu {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
p.footer {
	font-size: 8pt;
	color: #999999;
	text-align: center;
}
a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: black;
	background-color: white;
	text-decoration: underline;
}
table {
	margin: 0pt;
	border: thin solid #FF6600;
	border-collapse: collapse;
	font-size: 10pt;
	text-align: left;
	padding: 1em;
	vertical-align: top;
	width: auto;
}
td {
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	margin: 0pt;
	border: thin solid #FF6600;
	border-collapse: collapse;
	padding: 5px;
	width: auto;
}
ul {
	font-size: 10pt;
	text-align: left;
}
