body {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color			: #848484;
}

h1 a {
	color			: #FFFFFF;
	text-decoration : none;
}

h1 a:hover {
	color			: #FFFFFF;
	text-decoration : underline;
}

p a {
	color			: #848484;
	text-decoration : none;
}

p a:hover {
	color			: #848484;
	text-decoration : none;
}

p a.normal {
	color			: #858D50;
	text-decoration : none;
}

p a.normal:hover {
	color			: #858D50;
	text-decoration : underline;
}

a {
	color			: #848484;
	text-decoration : none;
}

a:hover {
	color			: #848484;
	text-decoration : underline;
}

p.prijs {
	font-weight		: bold;
	color			: #FFFFFF;
	padding			: 5px;
	font-size		: 12px;
}

input, select, textarea {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color			: #848484;	
	border			: 1px solid #D6D6D6;
	padding			: 3px;
	margin			: 0;
	width			: 170px;
}

input.button {
	background-color: #858D50;
	color			: #FFFFFF;
	border			: 0;
}

