/* Example style sheet file (note how this comment was created) *//* dit is de zichtbare body in de header als body-header hier staat */BODY.header	{background: #FFFFD8;	 margin-top: 20         font-weight: bold;	 text-align: center;	 color: #FFFF77;	 background: #0066CC;}/* dit is de onzichtbare body in de header als body-header hier staat */ .hidden {background: #0066CC;	 margin-top: 20         font-weight: bold;	 text-align: center;	 color: #FFFF77;	 background: #0066CC;} .normal  {background: #FFFFF8;         FONT: 14pt Arial;/*	 margin-top: 2											*//*	 text-align: center;										*//*	 color: #000000;											*//*        background-image:url(images/back3.jpg);   	*/	 }P.header0 {background: #FFFFFF;         font: bold 24pt Arial; 	 margin-top: 30;         font-weight: bold;	 text-align: center;	 color: #FFFF77;	 background: #0066CC;} .header1 {background: #0066CC;         font: bold 24pt Arial; 	 margin-top: 30;         font-weight: bold;	 text-align: center;	 color: #0066CC;	 background: #0066CC;} .header2 {         font: bold 18pt Arial; 	 margin-top: 0;         color: #0066CC;} .header3 {         font: bold 18pt Arial; 	 margin-top: 0;         color: #FFDD00;}A:link	{color: #400080;	 background: #FFFFD8}H1	{font-weight: bold;	 text-align: center;	 color: #006000;	 background: #FFFFD8;	 font-family: 'Gill Sans', Arial, sans-serif}CITE	{font-family: 'Gill Sans', Arial, sans-serif;	 font-style: italic}
