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