body {
	font-family: Times New Roman;
	background-color: bisque;
	}

div {
	font-size: 20px;
	margin: 0, 16, 8, 16;
	}

section {
	font-size: 20px;
	margin: 0, 16, 8, 16;
	}

h1  {
	background-color: darksalmon;
	margin: 0,5,5,5;
	text-align: center;
	font-family: Times New Roman;
	color: brown;
	}

h2  {
	text-align: center;
	font-family: Times New Roman;
	color: brown;
	}

h3  {
	text-align: left;
	font-family: Times New Roman;
	color: brown;
	margin-left: 15px;
	}

.center {
	text-align: center;	
	}

.nor {
	background-color: linen;
	border: 1px solid black;
    border-collapse: collapse;
    margin: auto;
    width: 80%;
	text-align: left;
    padding-left: 5px;
	}

.indent {
	margin-left: 30px;
	}

.indent2 {
	margin-left: 45px;	
}


.bi {
	color: brown;
	font-style: italic;
	}
a:link{
	color: brown;
	text-decoration: none;
}

a:visited {
color: brown;	
}

a:hover {
font-weight: bold;	
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;	}

.engtext {
    border: none;
    color: brown;
    margin-bottom: 5px;
	margin-left: 30px;
	font-style: italic;
    line-height: 0.9;
    }

.engtext2 {
    border: none;
    color: brown;
    margin-top: 5px;
    margin-bottom: 5px;
	margin-left: 30px;
	font-style: italic;
    line-height: 0.9;
    }

.ref {
    background-color: bisque;
    vertical-align: top;
    text-align: right;
    padding-right: 5px;
    width: 10%;
    border: hidden;
}
.hebwrd {
    background-color: bisque;
    vertical-align: top;
    text-align: left;
    padding-right: 5px;
    width: 10%;
    border: hidden;
    font-weight: bold;
}

.verse {
    background-color: bisque;
    width: 90%;
    border: hidden;
}
.charttitle {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
}
.chartnormal {
    border: 1px solid black;
    border-collapse: collapse;
    padding-left: 10px
        
}
.charttable {
    border: 1px solid black;
    border-collapse: collapse;
    width: 33.33%;
    text-align: center;
}

