body {
	margin-top:0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* kepping for the old .htm version */
/* can be removed after completely getting ride of the.htm files */
.centeredImage
    {
    text-align:center;
	background-repeat: repeat-x;
    margin-top:0px;
    margin-bottom:0px;
	margin:0px;
	padding-top: 0;
	padding-bottom: 0;
    padding:0px;
    }


.imgCenter {
    display: block;
	vertical-align: top;
	margin-left: auto;
    margin-right: auto;
    /* margin: auto; */
	margin-top: 0;
	padding-top: 0;
}

.backgroundImage {
	/* working for Bible Study page */
	background-image: url(../images/marb009.jpg);
    background-repeat: repeat;
	background-position: center;
	margin-top:0px;
	}
	
h1.title {
	/* Start: Copied from h1 */
	color: white;
	text-align: center;
	font-weight: bold;
	/* End: Copied from h1 */
 	background-image: url(../images/header_blue.JPG);
    background-repeat: no-repeat;
	font-family: Lucida Bright;
	/*font-size: 100%;*/
	font-size: 44px;
	margin-top:0px;
	/* 2020-12-19: Origianal before removing left and right padding
	padding: 5px;
	*/
	/* padding: top right bottom left */
	padding: 5px 0px 5px 0px;
	background-position: center;
	}

	/*
h1 {
	color: white;
	text-align: center;
	font-weight: bold;
	}
*/

/*
h2 {
	color: black;
	font-weight: bold;
	}
*/

.center {
	text-align: center;
	}

.text12px{
	font-size:12px;
	}

.text14px{
	font-size:14px;
	}

/* font = 5 */
.text16px{
	font-size:16px;
	}

/* font = 4 */	
.text18px{
	font-size:18px;
	}

.text20px{
	font-size:20px;
	}
	
.text22px{
	font-size:22px;
	}
	
.text24px{
	font-size:24px;
}
	
.double_underline {
	border-bottom: 3px double;
}


.colorWhite {
	color: White;
	}

.colorRed {
	color:red;
	}	

/* This is probably not needed */	
span.colorBlue {
	color: Blue;
	}

.colorBlue {
	color: Blue;
	}

	
.indent {
	text-indent:25px;
	}


.furStdy {
	color: blue;
/*	font-weight: bold;  */
	}

/*
.keyVerse {
	color: black;
	font-weight: bold;
	}
*/

.floatLeft2 {
	float: left;
	margin: 2px;
	color: Black;
	font-size:18px;
	}
	
	