

/* basic elements */
body {
	font: 9pt/16pt arial;
    color: #1727a0;
	}
p {
	font: 9pt arial;
	text-align: justify;  /* over de hele breedte */
	}
td {
	font: 9pt arial;
	margin-top: 0px;
	margin-bottom: 5px;
/*	text-align: justify;   over de hele breedte */
	text-indent: 0;
	}
li {
	font: 9pt/16pt arial;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: justify;  /* over de hele breedte */
	line-height: 1.4;
	text-indent: 0;
	}
h1 {
	font: 14pt arial;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height:30px
	}
h2 {
	font: normal bold 11pt arial;
	margin-top: 6px;
	margin-bottom: 8px;
	line-height:30px
	}
h3 {
	font: normal italic 10pt arial;
	margin-top: 6px;
	margin-bottom: 2px;
	}
h4 {
	font: bold 10pt arial;
    color: #1727A0;   /* #172770; */
	margin-bottom: 2px;
	margin-top: 8px;
	}
a:link, a:visited {
	font: 8pt/16pt arial;
    color: #1727A0;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
/*	text-indent: 20px;   */
	}
a:hover, a:active {
	text-decoration: underline;
	color: #1727C0;
	}
