body {
	background-color: #FFFFE0;
}
.testament {
	background-color: #051667;
	font-size: 25px;
	color: White;
	text-align: center;
	direction: rtl;
	font-weight: bold;
}

.section, .section a {
	background-color: #D9D9D9;
	color: #051667;
	font-size: 18px;
	text-align: center;
	direction: rtl;
	font-weight: bold;
}

.books, .books a {
	background-color: #FFFFE0;
	direction: rtl;
	text-align: center;
	color: #c00;
	text-decoration: none;
	font-weight: bolder;
}

.scripture_text {
	width: 90%;
	background-color: #FFFFE0;
	padding-top: 10px;
}

.scripture_text table {
	font-family: inherit;
	font-size: inherit;
	font-size-adjust: inherit;
	font-stretch: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	border-collapse: collapse;
	width: 100%;
}

.scripture_text td { /* This is the default cell width for 3 cells per row */
    width: 33%;
}

#gospels td { /* This is for the gospels which have 4 per row */
    width: 25%;
}

