				#bibleContents {
					width: 100%;
					border-collapse: collapse;
				}
					.pageTitle {
						font-size: 12px;
						font-weight: bold;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						color: #003366;
						margin-top: 10px;
					}
					#bibleContents .testament {
						font-size: 12px;
						color: #336699;
						font-weight: bold;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						padding: 10px 10px 0px 10px;
					}
					#bibleContents .books {
						font-size: 11px;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						line-height: 150%;
						padding: 5px 10px 10px 10px;
						width: 25%;
						vertical-align: top;
						color: #000;
					}
						.books a:link {
							color: #FF6600;
							text-decoration: none;
						}
						.books a:visited {
							color: #FF6600;
							text-decoration: none;
						}
						.books a:hover {
							color: #336699;
							text-decoration: underline;
						}
				#scripture {
					width: 100%;
					font-size: 11px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					line-height: 150%;
				}
					#scripture .column {
						width: 50%;
						vertical-align: top;
						padding: 0px 10px 0px 10px;
						text-align: justify;
					}
				.bookTitle {
					font-weight: bold;
					font-family: "Times New Roman", Times, serif;
					font-size: 18px;
				}
				.chapters {
					padding: 10px;
					border-bottom: 1px solid #CCCCCC;
					border-top: 1px solid #CCCCCC;
				}
						.chapters a:link {
							color: #336699;
							text-decoration: none;
						}
						.chapters a:visited {
							color: #336699;
							text-decoration: none;
						}
						.chapters a:hover {
							color: #FF6600;
							text-decoration: underline;
						}
				.theEnd {
					text-align: right;
					padding: 10px;
					font-weight: bold;
				}
				.continueReading {
					text-align: right;
					padding: 10px;
				}
						.continueReading a:link {
							color: #336699;
							text-decoration: none;
						}
						.continueReading a:visited {
							color: #336699;
							text-decoration: none;
						}
						.continueReading a:hover {
							color: #FF6600;
							text-decoration: underline;
						}