@charset "utf-8";
/* CSS Document */
body {
	background-color:#201E0F;
	background-image:url(/images/bg.gif);
	margin:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
}
img {
	border:0
}
h1 {
	margin:0;
	font-size:1em;
	color:#1B1A08;
}
h2 {
	margin:0;
	font-size:.8em;
	color:#1B1A08;
}
h4 {
	margin:0;
}
p {
	text-align:justify;
}
.scripture {
	font-style:italic;
	font-size:.75em;
}
.nomargin {
	margin:0;
}
ul {
	list-style-type:square;
	margin-top:0;
	margin-bottom:0;
	list-style-position:outside;
}
ol {
	list-style-type:upper-roman;
	margin-top:0;
	margin-bottom:0;
	list-style-position:outside;
}
li {
	margin:0 0 5px -20px;
	text-align:justify;
}
ol li {
	margin:0 0 5px 0;
	text-align:justify;
}
hr {
	color:#1B1A08;
	height:1px;
}
a:link {
	color:#1D50DD;
	text-decoration:none;
}
a:visited {
	color:#5110EA;
	text-decoration:none;
}
a:hover {
	color:#E95110;
	text-decoration:underline;
}
a.footerlink {
	font-size:.8em;
	color:#FFF;
	text-decoration:none;
	}
a.footerlink:hover {
	text-decoration:underline;
	}