@charset 'iso-8859-1';

html,body
{
	margin: 0;
	padding: 20px;
	background-color: rgb(255,255,255);
	text-align: left;
	border: none;
}

img
{
	border: 0;
	padding: 0;
	margin: 0;
}

h1
{
	font-family: arial, helvetica, georgia;
	font-size: 1.6em;
	color: rgb(125,63,12);
	cursor: default;
	text-align: center;
}

div#content
{
	position: relative;
	background: transparent;
	overflow: hidden;
	text-align: center;
}

div#footer
{
	background: transparent;
	text-align: center;
}

div#footer p, div#footer p.scheiding
{
	font-family: arial, helvetica, georgia;
	font-size: 0.6em;
	color: rgb(112,110,113);
	cursor: default;
	text-align: center;
}

div#footer p.scheiding
{
	color: rgb(0,0,0);
}

p
{
	font-family: arial, helvetica, georgia;
	font-size: 0.8em;
	color: rgb(0,0,0);
	line-height: 1.5em;
	word-spacing: 0.1em;
	padding: 10px;
	margin: 0;
	text-align: center;
}

div#footer a, div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active
{
	color: rgb(235,118,12);
	text-decoration: none;
	cursor: pointer;
}