@media screen
{
h1
			{
			color: #990000;
			font-size: 250%;
			margin-top: 0px;
			text-align: right
			}


h2	
			{
			background-color: #FFCC33;
			border: 1px solid #003366;
			clear: both;
			color: #000066;
			font-size: 100%;
			font-weight: bold;
			line-height: 18px;
			margin: 1px 0px -1px 0px;
			padding: 0px 5px 1px 5px;
			text-align: left;
			}


h3
			{
			background-color: lightblue;
			border: 1px solid #003366;
			clear: both;
			color: #003366;
			font-size: 100%;
			font-weight: bold;
			margin: 1px 0px -1px 0px;
			padding: 0px 5px 1px 5px;
			text-align: left;
			}


h4	
			{
			background-color: #FFFF99;
			border-bottom: 1px solid #003366;
			border-top: 1px solid #003366;
			color: #003366;
			font-size: 100%;
			font-weight: bold;
			line-height: 18px;
			margin: 0px;
			padding-left: 5px;
			}


/*
h3.hGastenBoek
			{
			font-size: 80%;
			}


h3.hGastenBoek span.naam
			{
			color: #003366;
			font-size: 115%;
			font-weight: normal
			}


h3.hGastenBoek span a
			{
			color: #003366;
			text-decoration: underline
			}
			
h3.hGastenBoek span a.www
			{
			color: #003366;
			text-decoration: none
			}

h3 span.datum
			{
			font-size: 90%
			}
*/
}

@media print
{
	h1, h2, h3, h4
			{
			color: black;
			clear: both;
			display: block;
			}
}
