a:hover
	{
	text-decoration: none;
	color: #000000;
	}
a
 	{
	text-decoration: none;
	 color: #000000; /* #F99A1A */
	}
body 
	{
	margin: 0px;
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	}
table
	{
	border-color: #000000;
	}
td
	{
	font-family: Verdana;
	text-color: #000000;
	font-size: 10px;
	}
/*Overslaan en exit button style */
.aButton {
background-color: #FFFFFF;
border-color: #000000;
border-style: solid;
border-width: 1;
color: #000000;
font-size: 8pt;
font-family: verdana;
height: 18;
}
/*Input van de gebruiker aanpassen*/
textarea {
	font-family: Verdana;
	font-size: 11;
	height: 125px;
	width: 500px;
} 
input {
	font-family: Verdana;
	font-size: 11;
}
select {
	font-family: Verdana;
	font-size: 11;
}