/* Cascading Style Sheet, voor EST */
/* Dit moet in de <HEAD> sectie staan van de HTML file */
/* <LINK REL=STYLESHEET TYPE="text/css" HREF="style.css"> */

body {  font-family: Verdana, Geneva;
	font-size: 10pt; color: #000000; background: #F5F5DC;
	margin-left: 20px;  margin-top: 15px; width: 620px }

a:hover   {text-decoration: underline; color:#FF0077 }
a:active  {text-decoration: underline; color:#009900 }
a:visited {text-decoration: underline; color:#900000 }


div.bl	{ font-family: Verdana, Geneva, Arial; color: #0000FF; font : bold}
H1	{ font-family: Verdana, Geneva, Arial; font-size: 20pt; color: #0000FF; font: bold; text-align: center; }
H2	{ font-family: Verdana, Geneva, Arial;font-size: 16pt; color: #0000FF; font: bold; text-align: center; }
H3	{ font-family: Verdana, Geneva, Arial; font: 12pt; color: #840018; text-align: center }
H3.le	{ font-family: Verdana, Geneva, Arial; font: 12pt; color: #840018; text-align: left}
p.bol	{ font-family: Verdana, Geneva, Arial; font-size: 10pt; font-weight: bold}
p.end	{ font-family: Verdana, Arial;font-size: 7pt; color: #000000; text-align: right; font-weight: normal }
