body
{
	font-family: Arial;
	margin-top: 8;
}
form
{
	display: inline;
}
.course
{
	font-size: 15pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4;
}
.lesson
{
	font-size: 13pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2;
}
.lesson a
{
    color: Black
}
.section
{
	font-size: 10.5pt;
	font-weight: bold;
	margin-top: 2;
	margin-bottom: 6;
}
.answer
{
    font-size: 10pt;
    vertical-align: top;
    padding-left: 24;
    text-indent: -24;
}
p
{
    margin-top: 10;
}
.body
{
	font-size: 10pt;
	overflow: auto; 
	width: 475; 
	height: 425;
	margin-bottom: 6;
}
hr
{
    height: 1px;
    color: Black;
	margin-bottom: 2;
}
.passage
{
    font-size: 12pt;
    font-weight: bold;
	margin-bottom: 6;
}
.passagetext
{
    font-size: 10pt;
}
.bible
{
    font-style: italic
}