BODY {
	background-color  : #FF8800;
	color             : #FFFFFF;
	font-size         : small;
}

A:link    { color      : #0000CC; }
A:visited { color      : #90004F; }
A:active  { color      : #3FC131; }

H1 {
	text-align : center;
	font-size  : large;
}

H2 {
	text-align : left;
	font-size  : medium;
}

HR {
	width : 30%;
	text-align : left;
}	

HR.footer {
	width : 30%;
	text-align : center;
}	

HR.last {
	width : 100%;
	text-align : center;
/*	border-style : solid;*/
	border-top : groove;
}	

.footer {
	text-align : center;
}

P.cite {
	margin-left : 2em;
	font-weight : bold;
	font-style  : normal;
}

CITE {
	margin-left : 2em;
	font-weight : bold;
	font-style  : normal;
}
