/* CSS Document */

body {
	background-color: #4A89DF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.achtergrond {
	background-image:url(img/achter.jpg);
	background-repeat:no-repeat;
	background-position: 50% 100%;
	background-attachment:scroll;
	background-color: #ACD3F3;
	border: solid #ACD3F3 3px;
}


a:link {
	color:#4A89DF;
	text-decoration: underline;
}
a:visited {
	color:#4A89DF;
	text-decoration: underline;
}
a:hover {
	color:#ACD3F3;
	text-decoration: none;
}
a:active {
	color:#4A89DF;
	text-decoration: underline;
}

h1{
	font-size:24px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#4A89DF;
}

h2{
	font-size:16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#4A89DF;
}

td{
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}


.subscript{
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ACD3F3;
}

.randje{
	border: solid #4A89DF 1px;
}