/* AUTHOR: martijn Hooimeijer */
/* CREATION DATE: 13-2-01 */
H1 {font-family: Arial;
	font-size:15pt;
	width:100%;
	color:black;
	border-style:solid;
	border-color:black;
	border-width:1px 0px 1px 0px;
	background:silver;
	text-align:center}

H2 {font-family: Arial;
	font-size:11pt;
	margin-left:0px;
	width:50%;
	color:black;
	border-style:solid;
	border-color:black;
	border-width:1px 0px 1px 0px;
	background:silver;
	text-align:left}

H3 {font-family: Arial;
	font-size:9pt;
	width:33%;
	color:black;
	border-style:solid;
	border-color:black;
	border-width:1px 0px 1px 0px;
	background:white;
	text-align:left}
A 	{color:blue; text-decoration:none}
A:visited {color:purple;text-decoration:none}
A:hover {color:red}
P	{margin-left:30px;
	line-height:1.2}
DL	{	line-height:1.2}
DT  {font-family:Courier,mono;
	font-size:8pt}
TH	{font-family: Arial;
	font-size:9pt;
	background:silver}
	

