/*  This is the CSS format for comments. */


/* for consistency in background-color, I don't want to provide it in the CONTENT pages, 
or their style-sheet,  as that would over-ride the color called for in the FRAME style sheets,
resulting in some pages not displaying the same background-color as the rest.    */

 	/*    background-color: lightgray  */
Body 	{ 
	background-color: lightgray;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 8%;
	padding-right:10%;
	font-size: 1.em;	
	  }

TH 	{
 	background-image: url("../-Artwork/-%20Site-decor/Title-Box-RCA-bg.jpg");
	font-size:smaller;
	color: yellow;
	line-height: 1.2;
	margin-left: 88px;
	margin-right: 88px;
	border-style: solid;
	border-left-color: white;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	line-height: 1.2;
	padding: 22px;
	padding-top: 99px;   /* these padding properties keep the text away from the image of Jesus  */
	padding-left: 77px;
	}


TD.Frame	{
	margin-left: 2%;     /*  NOT working  */
	color: purple;
	text-align: center;
	font-size: 1em;	
	}

H1	{
	font-size:larger;
	line-height: 1.3;
	}

H2	{ background-color: lightyellow;
	text-align: justify;
	text-align: center;
	border-width:11px;
	border-bottom-color: purple;
	border-bottom-style:ridge;
	border-right-color: purple;
	border-right-style:ridge;
	border-top-color: white;
	border-top-style:ridge;
	border-left-color: white;
	border-left-style:ridge;
	margin-left: 14%;
	margin-right: 14%;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 1.1em;
	line-height: 1.2;
	}

H3	{
	border-width:11px;
	border-bottom-color: lightgray;
	border-right-color: lightgray;
	border-left-color: purple;
	border-left-style:ridge;
	border-top-color: purple;
	border-top-style:ridge;
	margin-left: 1%;
	margin-right: 33%;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 1.2em;
	color: black;
	line-height: 1.1;
	} 

P.Indented	{
	text-indent: 33px;
	text-align: justify;
	}

P.Jesus	{
	text-indent: 33px;
	text-align: justify;
	color: maroon;
	font-family: Black Chancery, American Text B:}
P.Paul	{
	text-indent: 33px;
	text-align: justify;
	color: darkgreen;
	font-family: BlackChancery, American Text B:}
P.Bible	{
	text-indent: 33px;
	text-align: justify;
	color: purple;
	font-family: BlackChancery, American Text B:
} 
OL
	{
	text-align: justify: margin-left: 2px:margin-right: 12px;
	list-style-position:outside;
	} 
UL
{
list-style: square url("http://liberalslikechrist.org/+Artwork/- Avatars & Icons/PurpleArrow.gif");
	text-align: justify;
	color: black:margin-left: 2px:margin-right: 12px;
	list-style-position:outside;
	} 
/*  background-image: url(http://LiberalsLikeChrist.Org/+Artwork/- Site-decor/MaroonCurtainBG.jpg) */
/* background-color: ( or "background": ) ( or "background": ) maroon */


P.Title-Centered	{ background-color: lightyellow;
	text-align: justify;
	text-align: center;
	border-width:11px;
	border-bottom-color: purple;
	border-bottom-style:ridge;
	border-right-color: purple;
	border-right-style:ridge;
	border-top-color: white;
	border-top-style:ridge;
	border-left-color: white;
	border-left-style:ridge;
	margin-left: 14%;
	margin-right: 14%;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 1.1em;
	line-height: 1.2;
	}


P.Title	{
	border-width:11px;
	border-bottom-color: lightgray;
	border-right-color: lightgray;
	border-left-color: purple;
	border-left-style:ridge;
	border-top-color: purple;
	border-top-style:ridge;
	margin-left: 1%;
	margin-right: 33%;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 1.2em;
	color: black;
	line-height: 1.1;
	}