/*-----------------------------------------------
Stylesheet Basic Beauty
Sabine maart 2009*/

/* Basics
----------------------------------------------- */
body {
	background-color:#ffffff;
	}
	
/* Fonts, text properties, links
----------------------------------------------- */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#87e9f6;
	text-align:center;
	letter-spacing: 15px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	margin: 3px 5px;
	padding: 20px;
	text-align: left;
	color:#664012;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #664012;
	}

h4	{font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #664012;
	text-align: center;
	}
	
h5 	{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #664012;
	height: 30px;
	margin: 150px, 0px, 0px, 0 px;
	padding: 20px;
	text-align: right;
	}

h6	{font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #664012;
	text-align: left;
	}

a:link {color: #664012;
	text-decoration:none;
	}
a:visited {
	color:#664012;
	text-decoration:none;
	}
a:hover {
	color:#664012;
	text-decoration:underline;
	}	
a:active {
	text-decoration:none;
	color: #664012;
	}

/* Images
----------------------------------------------- */

	
/* Lists
----------------------------------------------- */
ul {
	margin:10px;
	padding:0;
	text-align: left;
	}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-color:#664012
	padding: 0 0 0 200px;
	text-align: left;
	list-style-type:none;
	}

/* Tables
----------------------------------------------- */
table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	}
td {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;


	}
.achtergrondcel {
	text-align:center;
	background-color:#ADFF2F;
	}

.stijlbruin {
	background-color:#664012;
	}

.stijlwit {
	background-color:#87e9f6;
	}
	
.stijl3 {
	background-color:#f7901e;
	}


