body, table	{
	color:				black;
	font-size:			10pt;
	font-family:		arial, tahoma, sans-serif;
}
ul,ol {
	margin-top:			5;
	margin-bottom:		5;
}
dt {
	color:				maroon;
	font-size:			10pt;
	font-family:		Arial, sans-serif;
	font-weight:		bold;
	padding-bottom:		6;
}
dd {
	color:				black;
	font-family:		Arial, sans-serif;
	font-weight:		normal;
	padding-bottom:		20;
	margin-left:		15;
}
hr {
	text-align:			center;
	color:				green;
}
select {
	font-size:			9pt;
	border:				1px solid #666666;
}
a, a:link, a:active, a:visited, a:hover {
	color:				#3333FF;
}
a, a:link, a:active, a:visited {
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline;
}
h1,h2,h3,h4,h5 {
	font-weight:		bold;
	color:				green;
	text-align:			center;
}
h1 {
	font-size:			170%;
	letter-spacing:		1.6;
	margin-top:			10;
	margin-bottom:		15;
}
h2 {
	font-size:			140%;
	letter-spacing:		1.4;
	margin-top:			10;
	margin-bottom:		15;
}
h3 {
	font-size:			120%;
	letter-spacing:		1.2;
	margin-top:			5;
	margin-bottom:		10;
}
h4 {
	font-size:			100%;
	letter-spacing:		1.1;
	margin-bottom:		5;
}
h5 {
	font-size:			80%;
	margin-bottom:		5;
}
pre {
	font-family:		monospace;
}
