BODY {

	margin-left : 15px;

	color : #FFFACD;

	/* tekstkleur */

	background : #FFFFCC;

	/* achtergrondkleur */

	font-family: "Trebuchet MS";

	font-size: small;

	margin-top : auto;

	font : normal Trebuchet MS;

	background-color : #8B0000;

}	


p{

	margin-top: 1pt;

	margin-bottom: 1pt;
	}
	


/* 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;
	margin-top: 0px;
}	



H1  {

	font-style : normal;

	font-size : 180%;

	margin-top: 5pt;

	margin-bottom: 1pt;

	color : #FFD700;

	font : normal Trebuchet MS;

}





H2  {

	font-style : italic;

	font-weight : bold;

	font-size : 150%;

	margin-top: 5pt;

	margin-bottom: 1pt;

	color : #FFD700;
	
	font : normal Trebuchet MS;

}





H3  {

	font-style : italic;

	font-weight : bold;

	font-size : 125%;

	margin-top: 5pt;

	margin-bottom: 1pt;

	color : #FFD700;
	
	font : normal Trebuchet MS;

}





a:link {

	color: #FFFACD;

	font-weight : normal;

	font-variant : normal;

	font-size : smaller;
	
	font : normal Trebuchet MS;

}  /* for unvisited links */



a:visited {

	color: #FFD700;

	font-weight : normal;

	font-variant : normal;

	font-size : smaller;
	
	font : normal Trebuchet MS;

} /* for visited links */



a:active {

	color: #FF8C00;

	font-weight : normal;

	font-variant : normal;
	
	font : normal Trebuchet MS;



} /* when link is clicked */



a:hover {

	color: #FF8C00;

	font-weight : normal;

	font-variant : normal;
	
	font : normal Trebuchet MS;



} /* when mouse is over link */








