 body	{

	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

 h1	{
	text-align: center;
	font-size: 1.5em;
	color: black;
	line-height: 150%;
	padding-bottom: 0px;
}

 h2	{
	font-size: 1.4em;
	color: black;
	line-height: 100%;
	padding-bottom: 0px;
}

 h3	{
	font-size: 1.25em;
	color: black;
	line-height: 100%;
	padding-bottom: 0px;
}

h2.banner {
	color: white;
}


p	{
	color: black;
	text-indent: 0px;
	line-height: 125%;
	margin-top: 0;
}
quote	{
	display: block;
	border: 1px solid blue;
	background-color: white;
	text-align: center;
	font-size: 1.2em;
	line-height: 150%;
}

li	{
	line-height: 150%;
}

blockquote.scripture	{
	color: blue;
	display: block;
	border: 1px dotted blue; 
/* comments go here */
    background-color: #FFFFFF;
	text-align: left;
	padding-left: 30px;
	text-indent: -15px;
	font-size: 1.2em;
	line-height: 150%;
	font-style: Monotype Corsiva, Verdana;
}

blockquote.brad	{
	color: black;
	display: block;
	border: 2px solid blue;
	background-color: #FEFFFE;
	padding-left: 30px;
	text-indent: -15px;
	text-align: left;
	font-size: 1.2em;
	line-height: 140%;
}

blockquote.person	{
	color: red;
	display: block;
	border: 1px solid red;
	background-color: #FFFFDD;
	padding-left: 30px;
	text-indent: -15px;
	text-align: left;
	font-size: 1.2em;
	line-height: 125%;
}

blockquote.a2x2	{
	color: red;
	display: block;
	border: 1px solid red;
	background-color: #DDDDDD;
	padding-left: 30px;
	text-indent: -15px;
	text-align: left;
	font-size: 1.2em;
	line-height: 125%;
}

dt	{
	font-style: italic;
	font-weight: bold;
	line-height: 150%;
	}


a.currentpage
	{
	background-color: yellow;
	color: black;
}


