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 : 1.1em;
	color : #0000a0;
	font-family : "Times New Roman";
}

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

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

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

.commento {
	font-size : 1.1em;
	font-family : "Times New Roman", Times, serif;
	color : #FB7D00;
	font-stretch : normal;
}

.commentred {
	font-size : 1.1em;
	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 : 1.6em;
	color : #3366ff;
}

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

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

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

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

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

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

.scriptoem {
	font-size: 1.1em;
	color: #D47500;
	font-family: "Times New Roman";
}

.scriptblueem {
	font-size : 1.1em;
	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 : 1.1em;
	text-align : center;
	color: Navy;
}

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

.u {
	text-decoration: underline;
}

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

.cquote{
	font-size : 1.1em;
	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: 1.1em;
	color: White;
	font-family: Times New Roman;
	font-stretch: normal
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1.0px solid #ccc;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 149.0px;
	top: 0;
	display: none;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5.0px;
	border: 1.0px solid #ccc;
	border-bottom: 0;
}