BODY {

	margin-left : 15px;

	color : #FFFACD;

	/* tekstkleur */

	background : #FFFFCC;

	/* achtergrondkleur */

	font-family: "Trebuchet MS";

	font-size: small;

	margin-top : 100px;

	font : normal Trebuchet MS;

	background-color : #8B0000;

	background-image : url(../plaatjes/LogoSiteTransparantGeel_150_96.png);

	background-position : top;

	background-repeat : no-repeat;

	background-attachment : fixed;

}	





/* id element aan te roepen met bv<p id="table"> om niet overnemen van body defenitie door de tabel te ondervangen */



#table {

	color : #FFFACD;

	/* tekstkleur */

	font-family: "Trebuchet MS";
	font-size: small;

}	







p {

	margin-bottom: 10pt;
	color: #FFFACD;
	margin-top: 10pt;
	font-family: "Trebuchet MS";
	font-size: x-small;
}

H1  {

	font-style : normal;

	font-weight : bold;

	font-size : 200%;

	margin-top: 5pt;

	margin-bottom: 5pt;

	color : #FFD700;

	font : normal Trebuchet MS;
	

}





H2  {

	font-style : italic;

	font-weight : bold;

	font-size : 150%;

	margin-top: 5pt;

	margin-bottom: 5pt;

	color : #FFD700;

	font : normal Trebuchet MS;
}





H3  {

	font-style : italic;

	font-weight : bold;

	font-size : 120%;

	margin-top: 5pt;

	margin-bottom: 5pt;

	color : #FFD700;

	font : normal Trebuchet MS;
}





a:link {

	color: #FFD700;

	font-weight : bold;
	
	font : normal Trebuchet MS;

}  /* for unvisited links */



a:visited {

	color: #FF8C00;
	
	font : normal Trebuchet MS;

} /* for visited links */



a:active {

	color: #FF8C00;
	
	font : normal Trebuchet MS;

} /* when link is clicked */



a:hover {

	color: #FF8C00;
	
	font : normal Trebuchet MS;

} /* when mouse is over link */







