a:link       { color: rgb(255,153,51) }
a:visited    { color: rgb(153,153,51) }
a:active     { color: rgb(255,102,0) }
body         { color: rgb(102,102,0); background-color: rgb(255,255,204) }
h1           { color: rgb(255,51,0) }
h2, marquee  { color: #556B2F;         }
h3           { color: #CE0000}
h4           { color: #1E5F3A}
h5           { color: rgb(102,153,51) }
h6 marquee   { color: #556B2F;         }
h7,          { color: #556B2F;         }
caption      { color: rgb(153,204,102) }
th           { color: rgb(102,102,0) }
hr           { color: rgb(153,204,102) }
td           { border-color: rgb(255,153,0);  font: normal Arial, Helvetica, sans-serif;  }

@media print{
body         { font-family: Arial, Arial, Helvetica; background-color: white; }
             .printheader {display: block;}
             .scherm {display: none;}
}

@media screen{
body         { font-family: Arial, Arial, Helvetica; background-image: url('bkgrd.jpg'); }
             .printheader {display: none;}
             .scherm {display: block;}
}


h1           {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt
}
h2           {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt
}
h3           {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt
}
h4           {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt
}
h5           {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt
}
h6           {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	text-decoration: underline;
}
h7           {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	text-decoration: underline;
}



