body {
	background-color : #23187E;
	font-size: 1.2em;
	margin : 1%;
	text-align : center;
}

A:link {text-decoration: none;
			font-size : 1em;
			font-family : "Times New Roman", Times, serif;
			color : Blue;
}
A:visited {text-decoration: none;
			font-size : 1em;
			font-family : "Times New Roman", Times, serif;
			color: #800080;
}
A:active {text-decoration: none;
			font-size : 1em;
			font-family : "Times New Roman", Times, serif;
}
A:hover {text-decoration: underline;
			font-size : 1em;
			font-family : "Times New Roman", Times, serif;
			color: Red;
}

.bold {
	font-weight : bold;
}

a:visited {
	color : #800080;
}

a:hover {
	color: Red;
}

#content {
	padding-left: 20%;
	padding-right: 20%;
	background-color : White;
	color : Black;
	text-align : left;
}

#header {
	text-align : center;
}

.scripture {
	font-size : 1.0em;
	color : #0B5595;
	font-family : "Times New Roman";
}

.def {
	font-family : "MS Serif", "New York", serif;
	font-size : 1em;
	color : #006633;
}

.comment {
	font-size : 1em;
	font-family : "Times New Roman", Times, serif;
	color : Black;
	font-stretch : normal;
}

.commentblue {
	font-size : 1em;
	font-family : "Times New Roman", Times, serif;
	color : Blue;
	font-stretch : normal;
}

.commentred {
	font-size : 1em;
	font-family : "Times New Roman", Times, serif;
	color : Red;
	font-stretch : normal;
}

.end {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	color : Black;
}

h1 {
	font-family : "Courier New, Courier, monospace";
	font-size : 1.5em;
	color : #3366ff;
}

h2 {
	font-family : "Viner Hand ITC, Simpson";
	font-size : 3em;
	color : #231887;
}

h3 {
	font-family : "Courier New, Courier, monospace";
	font-size : 1.3em;
	color : #231887;
}

.note {
	color : #660000;
	font-size : 0.8em;
	font-family : "MS Serif", "New York", serif;
}

.scriptredem {
	font-size : 1.0em;
	color : #ff0000;
	font-family : "Times New Roman";
}

.sup {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.4em;
	color : Red;
}

.judge {
	font-family : Arial;
	font-size : 1em;
}

.judgebold {
	font-family : Arial;
	font-weight : bold;
	font-size : 1em;
}

.u {
	text-decoration: underline;
}
