BODY {
	color				: black;
	background-color	: white;
	font-family			: Arial;
	font-size			: 10pt;
	position			: relative;
	margin-top			: 5px;
	margin-right		: 5px;
}

H1 {
	font-size			: 27pt;
	font-weight			: bold;
	letter-spacing		: normal;
	border-top-style	: none;
	border-bottom-style	: solid;
	border-bottom-width : 5px;
	border-bottom-style : solid;
	border-bottom-color : green;
	border-left-style	: none;
	border-right-style	: none;
	margin-left			: 0px;
	margin-bottom		: 20px;
	padding-bottom		: 1px;
}

H2 {
	font-size			: 15pt;
	font-weight			: bold;
	border-top-style	: none;
	border-bottom-style	: solid;
	border-bottom-width	: 2px;
	border-bottom-color	: yellowgreen;
	border-left-style	: double;
	border-left-width	: 8px;
	border-left-color	: yellowgreen;
	border-right-style	: none;
	margin-left			: 0px;
	margin-bottom		: 4px;
	padding-left		: 10px;
}

H3 {
	font-size			: 12pt;
	margin-left			: 10px;
	margin-bottom		: 2px;
}

TABLE {
	font-size			: 10pt;
	margin-top			: 4px;
	margin-bottom		: 2px;
	margin-left			: 10px;
	margin-right		: 10px;
}

TD {
	padding-top			: 2px;
}

TH {
	font-family			: "Courier New", monospace;
	font-weight			: bold;
	background-color	: #ffffe8;
	text-align			: left;
	width				: 120px;
	padding-top			: 2px;
}

A:LINK {
	color				: black;
}
A:VISITED {
	color				: black;
}
A:ACTIVE {
	color				: red;
}

P {
	font-size			: 10pt;
	margin-bottom		: 2px;
	margin-left			: 10px;
	margin-right		: 10px;
}

PRE {
	font-size			: 10pt;
	margin-bottom		: 2px;
	margin-left			: 10px;
	margin-right		: 10px;
}

CODE {
	font-family			: "Courier New", monospace;
}

VAR {
	font-family			: "Courier New", monospace;
	font-style			: italic
	font-weight			: bold
}

UL {
	margin-top			: 4px;
	margin-bottom		: 4px;
	margin-left			: 2px;
	padding-left		: 20px;
}
