


#prayerppoints 
{
	position:relative;
	left: 0;
	width: 50%;
}

.container 
{
	margin: 10px;
	background: #ccc;
}

.pptitle 
{
	font: bold small-caps 16px arial, sans-serif;
	background: #7d0b0d;
	color: #fff;
	padding: 0 5px;
}

.ppsubtitle 
{
	font: bold small-caps 14px arial, sans-serif;
	background: #a80e11;
	color: #eee;
	text-indent: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px 7px;
	line-height:2em;
}

.ppsubtitle2 
{
	font: italic bold 13px arial, sans-serif;
	background: #c51114;
	color: #eee;
	text-indent: 20px;
	padding: 5px;
	line-height:1.5em;
}

.ppitems 
{
	display: none;
}

.ppitem 
{
	font: 14px aria, sans-serif;
	padding-left: 40px;
	border: 1pt;
	line-height:1.5em;
}
