body {
	background-color: #ffffff;
	font-family: Arial, Times, serif;
	font-size: 18px
}

p {
	padding: 10px 5px;

}


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

#page {
	margin: 10px 100px 10px 100px;

}

#header {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	color : #3366ff;
	padding: 20px 140px 20px 140px
}

#table {
	background: #a59aa9;
	border: 7px solid #ffdf80;
	height: 534px;
	width: 164px;
}

#end {
	margin: 20px 120px 20px 120px

}

.scripture {
	font-size: 18px;
	color: #0033ff;
	font-family: "Times New Roman";
	padding: 5px 10px;
}

.scriptredem {
	font-size: 18px;
	color: #ff3300;
	font-family: "Times New Roman";
	padding: 5px 10px;
}


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

.notes {
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	color : #660033;

.comment {
	font-size : 18px;
	font-family : "Arial", Times, serif;
	color : Black;
	font-stretch : normal;
}

.commentwhite {
	font-size : 18px;
	font-family : "Times New Roman", Times, serif;
	color : White;
	font-stretch : normal;
}

.commentblue {
	font-size : 18px;
	font-family : "Times New Roman", Times, serif;
	color : Blue;
	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 : 0.9em;
	color : Black;
}

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

h1 {
	font-family : "Courier New", Courier, monospace;
	font-weight: bold;
	font-size : 28px;
	color : #3366ff;
}

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

h3 {
	font-family : "Courier New", Courier, monospace;
	font-weight: bold;
	font-size : 20px;
	color : #3366ff;
}

h4 {
	font-family : "Courier New", Courier, monospace;
	font-weight: bold;
	font-size : 18px;
	color : #3366ff;
}


sup {
    vertical-align: 50%;
    font-size: 9px;
}

