/* This is the CSS for the bibleStudy.html file */

/* 2021-01-09: Changed from "body" to "bsBody" so it could later be combined into the cogrm.css file
               So here but not in the .html files and so far not differance = not being used.  
.bsBody {
	margin-top:0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
*/

/* 2021-01-09: removing as part of combining .css files into one. 
			   Not valid to combine display: block;  and vertical-align: top;
.imgCenter {
    display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	padding-top: 0;
}
 */

/* 2021-01-09: Removing as part of combining .css files into one. 
            Already included in cogrm.css file 
.backgroundImage {
	background-image: url(../images/marb009.jpg);
    background-repeat: repeat;
	background-position: center;
	margin-top:0px;
	}
	 */
	

/* 2021-01-09: Removing as part of combining .css files into one. 
h1.title {
	color: white;
	text-align: center;
	font-weight: bold;
 	background-image: url(../images/header_blue.JPG);
    background-repeat: no-repeat;
	font-family: Lucida Bright;
	font-size: 44px;
	margin-top:0px;
	padding: 5px 0px 5px 0px;
	background-position: center;
	}
*/

/* 2021-01-09: Removing as part of combining .css files into one.
		Already in cogrm.css file
.center {
	text-align: center;
	}

.text12px{
	font-size:12px;
	}

.text14px{
	font-size:14px;
	}

.text16px{
	font-size:16px;
	}

.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;
	}	


.colorBlue {
	color: Blue;
	}

.indent {
	text-indent:25px;
	}


.furStdy {
	color: blue;
	}

*/	
/* Not used
.keyVerse {
	color: black;
	font-weight: bold;
	}
*/

/* Not used
.floatLeft2 {
	float: left;
	margin: 2px;
	color: Black;
	font-size:18px;
	}
	
*/
	