/* Cascading Style Sheet, voor ABC van Bert               */
/* 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-weight: bold;
	font-size: 10pt; color: #000000; background: #F5F5DC;
	margin-left: 20px;  margin-top: 15px; width: 580px }

a:hover   {text-decoration: underline; color:#000000 }
a:active  {text-decoration: underline; color:#009900 }
a:visited {text-decoration: underline; color:#9000ff }

pre.open { font-size: 12pt; text-align: center; font-weight: bold}

H1	{ font-family: Verdana, Geneva, Arial;
	font-size: 22pt; color: #0000FF; font: bold;
	text-align: center; }

H2	{ font-family: Verdana, Geneva, Arial;
	font-size: 18pt; color: #0000FF; font: bold;
	text-align: center; }

H3	{ font-family: Verdana, Geneva, Arial;
	font: 12pt; color: #840018; text-align: left }

p	{ font-family: Verdana, Geneva, Arial;
	font-size: 10pt; font-weight: bold}

p.end	{ font-family: Geneva, Arial;
	font-size: 7pt; color: #000000;
	text-align: right; font-weight: normal }

br	{ font-family: Verdana, Arial;
	font-size: 6pt }
