body {
	background-color : #9DDFFF;
	
}

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

#wrapper {
	background: #fff;
	display: table;
	border: 1px solid #ccc;
	margin: 10px 5px 0px;
	padding: 1px;
}

#article {
	background: #fff;
	border: 0px solid #ccc;
	margin: 10px 210px 10px 10px;
	padding: 10px;
	width: auto;
}

#links {
	background: #fff;
	border: 0px solid #ccc;
	position:absolute;
	top:100px;
	right:20px;
	margin: 10px;
	padding: 10px;
	width: 200px;
}

#footer {
	background: #fff;
	border: 0px solid #ccc;
	display: table-cell;
	margin: 10px;
	padding: 10px;
	width: auto;
}

.scripture, .scriptredem, .comment, .commentblue, .commentred, def {
	font-size : 1.1em;
	font-family : "Times New Roman", Times, serif;
	font-stretch : normal;
}

.scripture {color : #003BFF;}
.scriptredem {	color: #9d1325;}
.comment {color : Black;}
.commentblue {color: #00008B;}
.commentred {color : Red;}
.commentwhite {color : white;}
.def {font-family : "MS Serif", "New York", serif; color : #28a600;}

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

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #3366ff;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.7em;
	color: #3366ff;
	font-weight: bold;
}

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

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

.note {
	color: #0f7f3e;
	font-size: 0.8em;
	font-family: "Arial", "Times New Roman";
}

.sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: Red;
	vertical-align: super;
}

.judge, .judgebold {
	font-family : Arial;
	font-size : 1.2em;
}

.judgebold {font-weight : bold;}

.u {
	text-decoration: underline;
	font-family : "Times New Roman", Times, serif;
	
}

.bold {
	font-weight: bold;
	font: 1.2em;
}

.squote{
	font-size : 1.1em;
	color : #0000a0;
	font-family : "Times New Roman";
	margin-left : 2.0em;
	margin-right : 2.0em;
}

.clear {clear: both;}