﻿BODY {
	Font-Family : Arial, Sans-Serif;
	font-size: 10pt;
	Background-Color : #000;
	color: #FFF;
	max-width: 900px;
}
H1 {
	font-size: 18pt;
	font-weight: bold;
	Text-Align : right;
}
P {
	margin-left: 80px;
	margin-right: 80px;
}
P.stress {
	margin-left: 120px;
	margin-right: 120px;
	font: italic;
}
P.Wide {
	margin-left: 0px;
	margin-right: 0px;
}
UL {
	margin-left: 80px;
	margin-right: 80px;
}
LI {
	margin-bottom: 10px;
}
H2 {
	font-size: 14pt;
	font-weight: bold;
	Text-Align : left;
}
H3 {
	font-size: 12pt;
	font-weight: bold;
	Text-Align : left;
}
H4 {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 80px;
}
a:link {
	Color : #909090;
	text-decoration: none;
}
a:visited {
	Color : #707070;
	text-decoration: none;
}
a:active {
	Color : #000000;
	text-decoration: none;
}
a:hover {
	Color : #902000;
	text-decoration: none;
}
table {
	Font-Family : Arial, Sans-Serif;
	font-size: 10pt;	
}