@charset "iso-8859-1";


BODY 
{
	font-family:"Helvetica", "Arial", sans-serif;
	font-size: 14px; 
	color:#201F24;
	background-color:#E0E0D2;
}


a
{
	text-decoration:none;
}
a:link 
{
	color: #201F24;
}
a:visited {color: #201F24; }
a:active {color: #201F24; }
a:hover 
{
	color: #201F24;
	text-decoration:underline;
}

a.link
{
	font-size:16px;
}

h1
{
	font-size:20px;
	font-weight:bold;
}

h2
{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

h3
{
	font-size:18px;
	font-weight:bold;
	margin-left:28px;
}



div.centreer
{
	width: 1024px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	position:relative;
	bottom:0px;
	background-color:white;
}


div.tekst
{
	position:absolute;
	top:210px;
	left:100px;
	width:800px;
	font-size:16px;
}



