
H1, H3, H5 {
	margin-left : 5%;
	margin-right : 5%;
}

#scripture {
	background-color : White;
	width : auto;
	float : right;
	border-color : #993333 #993333 #993333 #993333;
	border-style : outset outset outset outset;
	color : #993333;
	padding : 5px 2px 5px 2px;
	border : medium outset #993333;
	margin-left : 10pt;
	margin-right : 5%;
}

UL {
	list-style-type : disc;
}

UL UL {
	list-style-type : circle;
}

OL {
	list-style-type : decimal;
}

OL OL {
	list-style-type : lower-alpha;
}

OL OL OL {
	list-style-type : lower-roman;
}

LI {
	padding-top : 4pt;
	padding-bottom : 2pt;
}