body {
	font-size: 1em;
	font-family: Bookman Old Style, Verdana, Tahoma, Times New Roman, sans-serif;
	color: #000000;
	line-height: 1.25em;
	text-align: center;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 5%;
	background-color: #ffffff;
} /*Use body settings to override HTML settings in web page as required*/


#title {
	font-size: 1.375em;
	font-weight: bold;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	color: #000000;
	line-height: 1em;
	text-align: center;
}

#author {
	font-size: .75em;
	font-weight: none;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	color: #000000;
	line-height: 1.5em;
	text-align: center;
}

#verse {
	font-size: 1em;
	font-family: Bookman Old Style, Verdana, Tahoma, Times New Roman, sans-serif;
	color: #000000;
	line-height: 1.25em;
	text-align: center;
}

#stamp {
	position: absolute;
	left: 7%;
	opacity: .0625;
	z-index: 1;
}

#vcontainer {
	position: relative;
	width: 100%;
	bottom: 5%;
	left: 0%;
	height: 1.25em;
	font-size: none;			/*modify to differ from body font size*/
	text-align: center;			/*modify to differ from body font size; nullified by subsequent commands*/
	padding: 20% 0% 20% 0%;		/*adjust whole menu background positioning (0%-5%) as required; top left bot right*/
	margin: 0% auto; 			/*adjust whole menu content positioning as required; top left bot right*/
   	background-color: none;		/*modify for esthetics and or positioning purposes*/
   	border: 0em solid black;
	overflow: hidden;
	}



#versnavlnks {
	bottom: 2%;
	width: auto;
	font-size: x-small;
	padding: 0% 0% 0% 0%;
	margin: 0em auto;	
	background-color: none;
	text-decoration: none;
}

#versnavlnks a {
	text-decoration: none;
	color: silver;
}


#versnavlnks a:active, #versnavlnks a:hover {
	color : #380B61;
	text-decoration: none;
}
