BODY {
	margin-left : 15px; /* komt overeen met de margin van foto_nav */
	color : #FFFACD;
	background : #8B0000;
	font-family: "Trebuchet MS";
	font-size: small;
	font : normal Trebuchet MS;
	text-align: left;
}	





/* 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;
}

H1  {

	font-style : normal;

	font-weight : bold;

	font-size : 200%;

	margin-top: 15pt;

	margin-bottom: 10pt;

	color : #FFD700;

	font : normal Trebuchet MS;
	

}





H2  {

	font-style : italic;

	font-weight : bold;

	font-size : 150%;

	margin-top: 15pt;

	margin-bottom: 10pt;

	color : #FFD700;

	font : normal Trebuchet MS;
}





H3  {

	font-style : italic;

	font-weight : bold;

	font-size : 120%;

	margin-top: 10pt;

	margin-bottom: 10pt;

	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 */







