body
{
	background-color: #3C3F45;
	margin: 0;
	font-family: Verdana;
	font-size: 10px;
}
table
{
	font-size: 10px;
	font-family: Verdana;
}

h1 {
	color: #006E2E;
}
h2 {
	color: #D01F3C;
}

td.prijs {
        font-size: 14px;
        font-family: Verdana;
        font-weight: bold;

}
td.menu
{
	background-color: #EEEEEE;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #4096EE
}


input, textarea, select
{
	font-size: 9px;
	font-family: verdana;
	color: #000000;
	background-color: #ffffff;
	border-color: #B4B4B4;
	border-style: solid; 
	border-width: 1;
}

input.clear, textarea.clear, select.clear
{
	font-size: 9px;
	font-family: verdana;
	color: #000000;
	background-color: #ffffff;
	border-style: none; 
}


a:link, a:visited, a:active, a:hover
{
	color: #115BB5; text-decoration:none;
}

