body {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color : #5C4C38;
	/*background-color : #960606;*/
	background-repeat : no-repeat;
}

td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: Black;
}

.advertentie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ABABAB;
}

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EF9036;
}

.prijs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
}

.euro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color: #0099FF;
}

a:link,a:visited {
	color: #EF9036;
	text-decoration: none;
}
a:active {
	color: #EF9036;
	text-decoration: none;
}
a:hover {
	color: #EF9036;
	text-decoration: underline;
}


