BLOCKQUOTE {
	font-style : italic;
	text-indent : .3in;
	color: Navy;
}
blockquote.flush {
	font-style: italic;
	color: Navy;
	text-indent: 0px;
}

H2 {
	text-align : center;
	font-family : "BankGothic Md BT, Sans-serif, Garamond";
	color: Navy;
}
H3 {
	text-align : center;
	font-family : "Old English Text MT, Serif, Times New Roman";
	color: Navy;
}
.box {
	border : thin solid Red;
}
BODY {
	background-color : #FEF8DE;
}

H4 {
	text-align : center;
	color: Navy;
}

P.just {
	text-align : justify;
	text-indent : .3in;
	color: Navy;
}

P.center {
	text-align: center;
	text-indent: .3in;
	color: Navy;
}

TABLE {
	width : 100%;
}

TD.text {
	text-align : justify;
	vertical-align : middle;
	text-indent : .3in;
	color: Navy;
}
LI {
	font-size: x-small;
	list-style-type: decimal;
	color: Black;
}

OL.notes {
	font-size : x-small;
	list-style : decimal;
	color: Red;
}

TD.image {
	text-align : center;
	vertical-align : middle;
	font-size : x-small;
	color: Navy;
}

.spr {
	vertical-align: super;
	font-size: xx-small;
	color: Red;
}

hr.sect {
	height: 3px;
	color: Red;
	width: 100%;
}

<!-- Used by:
Headstones.html
FradyFam.html
RhodesFam.html
NashCo.html

Modifications:
4 June 2007: added font heirarchies to headings
5 June 2007: added color navy to normal text, changed note color to green, and added .box class for image borders
18 June 2007: added body tag with custom cream color bgrd
26 June 2007: added hr.sect selector
14 July 2007: changed note color to red, end notes to black



