
h1 {
	font-family:Arial;
	font-size:20pt;
	text-align:center;
}
h2 {
	font-family:Arial;
	font-size:15pt;
	margin-top:20px;
	margin-bottom:2px;
}
h3 {
	font-family:Arial;
	font-size:12pt;
	text-indent:20px;
	margin-top:2px;
	margin-bottom:2px;
}
p {
	font-family:Courier;
	font-size:10pt;
	margin-top:2px;
	margin-bottom:10px;
}
p:first-letter {
	font-family:Courier;
	font-size:12pt;
	font-weight:bold;
}
a {
	color:rgb(0,150,0);
}
a:visited {
	color:rgb(0,100,0);
}
a:hover {
	color:rgb(150,100,0);
}