/**
 * Bestandsnaam:		style.css
 * Gemaakt door:		Willem Bressers
 * Contact:				Willem@wbsites.nl
 * Laatst gewijzigd:	30 oktober 2007
 */


/* BODY 
----------------------------------------------------------*/ 

body{
	margin: 0;
	border: 0;
	text-align: center;
	font-family: arial, lucida console, sans-serif;
	font-size: 12px;
	overflow: hidden;
	background-color: #FFFFFF;
}
		
		
		


/* INTRO FRAME 
----------------------------------------------------------*/ 
		
#container {
	margin: 0 auto 0 auto;
	padding-top: 5%;
	margin-top: 15%;
	width: 50%;
	height: 300px;
/*	background-color: #894E01; */
	color: #FFFFFF;
}





/* ALGEMENE DITJES EN DATJES 
----------------------------------------------------------*/ 

/* Promessa Selectie */ 
h1 {
	font-size: 40px;
}
		
		
/* belooft */ 		
h3 {
	font-size: 20px;
}

a {
	color: #999999;
}