html {
	overflow-y: scroll;
	overflow-x: auto
	}
body {
	margin : 14px 18px 36px 42px; 
	font-family : Verdana, Arial, Helvetica; 
	font-size : 10pt; 
	background-color : #fffdfc; 
	color : #200000; 
	text-align: justify
	}
a:link, a:visited, a:active {
	color : #32427a; 
	text-decoration : none; 
	} 
a:hover {
	color : #32427a; 
	text-decoration : underline; 
	} 
p, ul, li, body, ol, div, table, td {
	font-weight : normal; 
	font-size : 10pt; 
	color : #200000; 
	} 
.smal {
	width:100%;
	max-width : 540px;
	width:expression(document.body.clientWidth > 620?'540px':'100%') 	
	} 
hr {
	color : #4c5980; 
	} 
b {
	color : #4c5980; 
	}
ol {
	margin-left: 48px
	}
ul  {
	list-style-image : url('../plaatjes/blauw.gif');
	margin-top : 6px 
	} 
li {
	margin-top : 3px; 
	margin-left : -21px; 
	} 
h1, h2, h3 {
	font-family:"Times New Roman",Roman, serif ; 
	font-variant: normal;
	}	
h1	{
	font-size: 20px;
	color : #005FAA;
	letter-spacing : 1px; 
	} 
h2 { 
	font-size: 20px; 	
	color : #005FAA;
	letter-spacing : 1px; 
	font-style: italic
	} 
h3 {
	font-size: 17px;
	color: #204060;
	letter-spacing : 0px; 
	}
.klein, .voetnoot {
	font-weight : normal; 
	font-size : 8.25pt; 
	letter-spacing : 0; 
	color : #200000; 
	} 
.voetnoot {
	text-align: justify;
	margin:24px;
	margin-right: 0
	}