body {
	background: White;
	color: Navy;
	background-image: url(images/ForestBG.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link {color: navy; test-decoration: none}
a:visited {color: black}
a:hover {color: #000080; text-decoration: underline; background-color: #FFCC33}
a:active {color: #000080; font-family: Arial, Helvetica, sans-serif}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#content {
	background: url(/images/DevotionalBG.jpg);
	}
#content h4 { text-align: center

}
hr {
	background-color: #31659C;
	background-position: center;
	height: 1px;
	width: 400px;
}
.highlight {
	color:#FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
}
