body 
{
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	background-color: gray;
}

div.normaal
{
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
}

p 
{
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
}

table 
{
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	background: white;
}

form 
{
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
}

ol 
{
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
}

div.kop
{
	font-family: verdana;
	font-size: 12pt;
	font-style:oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	font-stretch:extra-expanded;
}

H1 
{
	FONT: bold 10pt verdana; 
	TEXT-TRANSFORM: none; 
	COLOR: black; 
	TEXT-DECORATION: underline
	
}

/*
a:visited	{color: purple}
a:active	{color: green}
a:link		{color: navy}
a:hover		{color: white;background-color:green;}
*/

.buttonscontainer {width: 108px;
					margin-left: 12px;}

.buttons a 
{
	color: #FFFFFF;
	background-color: purple;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid orange;
	font: 10px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}

.buttons a:hover 
{
	border-left: 10px solid pink;
	text-decoration: none;
	color: #000000;
	background-color:#FFFFFF;
}


