
body {
	color: green;
	background: rgb(255, 255, 204);

	padding: 2em 10% 2em 10%;				/* top right bottom left */

	font-family: Verdana, sans-serif;
	line-height: 1.5;
	text-align: justify;

	/* Fix for IE and Opera according to Mozzila developpers */
	/*
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	*/ 
	}

li	{
	margin-top: 0.3em;
	}

:link { color: rgb(0, 0, 255) }
:visited { color: rgb(  0, 0, 102) }
:active { color: rgb(255, 0, 102) }
/* :hover	{ color: rgb(153, 0, 255) } */

strong {
	color: red
	}

address {
	margin-left: 5%;
	}

.center {
	text-align: center;
	}

.muziek {
	font-size: xx-small;
   }

th, td { font-family: Verdana, sans-serif; }		/* ns 4 */
h1, h2 { font-family: Garamond, "Times New Roman", Georgia, Times, serif; }
pre { font-family: monospace; }

h1 { font-size: 200%; }
h2 { font-size: 170%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5, h6, pre
	{ font-size: 100%; }

div.header1 { /* z-index: 1 */
	position: absolute;
	z-index: 2;
	left: 0%;
	top: 0.5em;
	width: 125%;
	}

div.header2 { /* z-index: 2 */
	position: absolute;
	z-index: 3;
	text-align: center;
	font-size: 300%;
	font-family: Garamond, "Times New Roman", Georgia, Times, times, serif;
	font-weight: bold;
	left: 10%;
	top: 0.5em;
	width: 100%;
	}

.dropcap {
	font: bold 300% times,serif;
	color: green;
	float: left;
	}

