H1, H2, H3, H4  {
	font-family : "Times New Roman";
}
H1 {padding-left: 10px;}
H2 {padding-left: 20px;}
H4 {padding-left: 30px; font-size : 14pt;}
H5 {padding-left: 40px; font-size: 12pt}
Body {font-size : 12pt}
P {text-align : justify; padding-left: 50px; padding-right: 50px}
PRE {padding-left: 80px}
A {font-weight : bold; color : blue; text-decoration : none}
A:hover {font-style : italic; color : red; font-weight : normal}
A:active {font-style : normal; color : red; font-weight : normal}
A:visited {font-style : normal; color : magenta; font-weight : bold}
div.quote {
	font-size : 12pt; 
	padding-left : 70px; 
	padding-right : 70px;
	text-align : justify;
}
span.quote {
	color : Blue;
}
blockquote {
	margin-left : 20px;
	margin-right : 20px;
}
blockquote.indented {
	padding-left : 50px;
	padding-right : 50px;
}
DL {padding-left: 50px}
UL {padding-left: 50px}
div.footnote  {
	POSITION : absolute;
	Z-INDEX : 2;
	VISIBILITY : hidden;
	TOP : 50px;
	LEFT : 10px;
	border : 2px solid Black;
	background-color : White;
	padding : 5px;
	text-align : justify;
	overflow : hidden;
}
a.note {
	position : relative;
	top : -5;
	font-style : normal;
	font-weight : bold;
	font-size : 8pt;
	color : blue;
}
