


body
{
	background-color: #FF9933;
	color: #000000;
	font-size: 12pt;
	margin:0;
        padding: .5em;
}

:link:hover,:visited:hover
{
	color: #33CC33;
}

:link:active,:visited:active
{
	text-decoration: underlined;
	color: #00FF00;
}

:link
{
	text-decoration: underlined;
	color: #336666;
}

:visited
{
	text-decoration: underlined;
	color: #003333;
}

h1,h2,h3,h4,h5,h6
{
	text-align: center;
}

img
{
	border: 0 none;
}

img.reaperOnLeft
{
	float: left;
}

img.reaperOnRight
{
	float: right;
}

ul.reaperOnLeft
{
	float: right;
}

ul.reaperOnRight
{
	float: left;
}

ul li,ul li h3
{
	text-align: left;
}

p.Normal
{
	text-align: justify;
	margin-top: .5em;
	margin-bottom: .5em;
	text-indent: 2.5em;
}

p.Verse
{
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 2.5em;
}

h3.P1,h3.P2,h3.P3,h3.P4
{
	margin-bottom: 1.5em;
}