/*
* Stylesheet ontwikkeld door 
* dr. E. Jooken
* (c) 2003
*/


/*
* Dit is de normale tekst
*/
P{
font-family : "arial";
font-size: 10pt;
color : "#000000";
}

/* 
* Normale tekst voor een tabel
*/
TABLE{
font-family : "arial";
font-size : 10pt;
color : "#000000";
}

/*
* Tekst voor een hoofdtitel
*/
H1{
font-family : "arial";
font-size : 20pt;
color : "#0000FF";
text-align : center;
}

/*
* Tekst voor tussentitel
*/
H2{
font-family : "arial";
font-size : 14pt;
color : "#000000";
font-weight : bold;
text-align: center;
}

/*
* Tekst voor kleine titel
*/
H3{
	font-family : "arial";
	font-size : 12pt;
	color : "#0000FF";
	font-weight : bold;
	text-align : center;
}

/*
* Tekst kleiner dan normaal
*/
H6{
font-family : "arial";
font-size : 8pt;
color : "#000000";
text-align : left;
font-weight : normal;
}

/*
* Elementen H4 en H5 worden voorlopig niet gebruikt
*/
