BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	margin-left : 100px;
	margin-right : 100px;
}
H1, H2, H3, H4 {
	font-stretch : wider;
	font-variant : small-caps;
	margin-left : 50px;
	color : Red;
}
P {
	text-align : justify;
	font-size : 12pt;
}
A {
	font-size : 10pt;
	color : Blue;
}
.text {
	font-size: 12pt;
}
A:HOVER {
	background-color : Yellow;
	color : Red;
}
.cen {
	text-align : center;
	font-size : 10px;
}
.quote	{
	margin-left : 50px;
	margin-right : 50px;
	font-style : italic;
}
.cent {
	text-align : center;
}
.cell {
	font-size : 11px;
}
.ref {
	font-size : 10pt;
	margin-left : 50px;
}
.align {
	text-align: justify;
}