body{
			background-image			: url(../images/achtergrond.jpg);
			overflow							: auto;
			margin								: 0px;
			scrollbar-base-color	: #372116;
}

a{
	color											:	#083B53;

}

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

hr{
	height										: 1px; 
	color											: #ff0000; 
	width											: 425px;
	margin-right							: 20px;
}

.content INPUT,
.content TEXTAREA,
.content SELECT{
	color											: #083B54;
	scrollbar-base-color			: #CEC4B4;
		
	font-family								: Arial;
	font-size									: 8pt;
	
	border										: 1px;
	border-style							: solid;
	border-color							: #CEC4B4;
	
	background-color					: #F7F7F7;
}

.footer a,
.footer a:hover,
.footer{
	color											: #978567;
	font-family								: tahoma;
	font-size									: 9px;
	text-decoration						: none;
}

.footer a:hover{
	text-decoration						: underline;
}

