/*COMMENTS HERE*/



* {
	margin: 5;
	padding: 5;
	z-index: 2;
}
html {
	background: color: #BFE4FF;

body {
	margin: 0;
	padding: 0;
	font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #BFE4FF;
	text-align: center;
	background: #000000;
	position: absolute;
	border: #000000;
}



h1 {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h2 {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h3 {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:0.9em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h4 {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.7em;
	font-style: normal;
	
	font-variant: normal;
	}


acronym {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

p {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.7em;
	font-style: normal;
}
.verse {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em;
	font-style: normal;
	color: #599DC5;
	font-weight: bold;
}
.notes {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em;
	font-style: normal;
	color: #A36C2C;
	font-weight: normal;
}
.norm {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .7em;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}
.quote {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em;
	font-style: italic; 
	text-align: centre;
	color: #599DC5;
	font-weight: bold;
}
.bold1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em;
	font-style: italic; 
	text-align: centre;
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #A36C2C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A36C2C;
}
a:hover {
	text-decoration: none;
	color: #599DC5;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .7em;
	font-weight: bold;
}