body,tr,td {
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	line-height:14px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #93223c;
	line-height:normal;
}
.prijs {
	font-size: 20px;
	font-weight: bold;
	color: 358ad4;
	line-height:normal;
}

a {  
	color: 91213b;
	text-decoration: underline; 
}
a:hover {  
	color:#91213b;
	text-decoration: none
}

textarea,select,input {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid ;
}
input.checkbox, input.radio {
	border: none;
}
div.error,span.error {
	border: 1px solid #FF0000;
	background-color:#FFCCCC;
	color:#000000;
}
input.error {
	border: 1px solid #FF0000;
	color:#000000;
}
div.error {
	padding:3px;
}

input.button {
	font-family: verdana;
	font-size: 11px;
	border: 1px ridge;
}

