body {
	background-color : #F0F7FF;
	font-size: 1.1em;
}

#wrapper {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
}

a {
	font-size : 1.0em;
	font-family : "Times New Roman", Times, serif;
	color : Blue;
}

.bold {
	font-weight : bold;
}

a:visited {
	color : #800080;
}

a:hover {
	color: Red;
}

.scripture {
	font-size: 18px;
	color : #0000a0;
	font-family : "Times New Roman";
	padding: 5px 10px;
}

.blockquote {
	font-size: 18px;
	color : #0000a0;
	font-family : "Times New Roman";
	padding: 5px 10px;

}

.def {
	font-family : "MS Serif", "New York", serif;
	font-size: 18px;
	color : #009933;
}

.comment {
	font-size: 18px;
	font-family : "Times New Roman", Times, serif;
	color : Black;
	padding: 5px 10px;
}

.commentblue {
	font-size: 18px;
	font-family : "Times New Roman", Times, serif;
	color : Blue;
	font-stretch : normal;
}

.commento {
	font-size: 18px;
	font-family : "Times New Roman", Times, serif;
	color : #FB7D00;
	font-stretch : normal;
}

.commentred {
	font-size: 18px;
	font-family : "Times New Roman", Times, serif;
	color : Red;
	font-stretch : normal;
}

.end {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	color : Black;
}

h1 {
	font-family : "Courier New", Courier, monospace;
	font-size : 28px;
	color : #3366ff;
}

h2 {
	font-family : "Courier New", Courier, monospace;
	font-size : 23px;
	color : #3366ff;
}

h3 {
	font-family : "Courier New", Courier, monospace;
	font-size : 20px;
	color : #3366ff;
}

h4 {
	font-family : "Courier New", Courier, monospace;
	font-size : 18px;
	color : #3366ff;
	font-style : italic;
}

h5 {
	font-family : "Courier New", Courier, monospace;
	font-size : 1.1em;
	color : #3366ff;
}

.note {
	color : #B65816;
	font-size : 0.9em;
	font-family : "MS Serif", "New York", serif;
}

.scriptredem {
	font-size: 18px;
	color : #ff0000;
	font-family : "Times New Roman";
}

.scriptoem {
	font-size: 18px;
	color: #D47500;
	font-family: "Times New Roman";
}

.scriptblueem {
	font-size: 18px;
	color : #0000ff;
	font-family : "Times New Roman";
}

sup {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color : Red;
}

.judge {
	font-family : Arial;
	font-size: 18px;
	text-align : center;
	color: Navy;
}

.judgebold {
	font-family : Arial;
	font-weight : bold;
	font-size: 18px;
}

u { 
  text-decoration: underline;
}

.us{
	text-decoration: none;
}
.squote{
	font-size: 18px;
	color : #0000a0;
	font-family : "Times New Roman";
	margin-left : 2.0em;
	margin-right : 2.0em;
}

.cquote{
	font-size: 18px;
	color : #000000;
	font-family : "Times New Roman";
	margin-left : 2.0em;
	margin-right : 2.0em;
}

li{
	margin-top : 1.1em;
	margin-bottom : 1.0em;
}

.special{
	font-size: 18px;
	color: White;
	font-family: Times New Roman;
	font-stretch: normal
}


}