/*Styles for the Online Bible*/

/*To deal with IE Bugs*/
body {
font-size:	100%;
}

/*Header - Image and Links*/
.header {
text-align:	center;
}
.header img {
border:		0;
}

/*Verse - currently not used*/
.vs {
color:		rgb(25,25,112);
}

/*Words of Jesus in Red*/
.jesus {
color:		rgb(255,0,0);
}

/*Back to the Top link*/
.b2t {
font-size:	.5em;
text-align:	right;
}

/*Main area*/
.maintext {
font-size:	1.5em;
}
.maintext h1, .maintext h2, .maintext h3, .maintext h4, .maintext h5, .maintext h6 {
text-align:	center;
color:		rgb(0,0,0);
}

/*Bottom, like the header*/
.bottom {
text-align:	center;
}

/*Simple centering*/
.center {
display: 	block;
text-align:	center;
margin-left:	auto;
margin-right:	auto;
}