/* Format of page body */
BODY
{
 	background: url("images/background-page.jpg") fixed;
}

/* Basic Text Format */
BODY, DIV, P, TD, A
{
	font-family:Verdana, Arial, sans-serif;
	font-size:10.0pt;
	font-style:normal;
	font-weight:normal;
	color:navy;
	text-decoration:none;
}

/* Vertical-align table entries */
TD
{
	vertical-align:top;
}

/* Special decoration, weight and color for anchor links */
A:link, A:Active, A:visited
{
 	text-decoration:none;
	font-weight:bold;
	color:green;
}
A:hover
{
	text-decoration:underline;
	font-weight:bold;
	color:red;
}

/* Special attribute to center align a table cell */
#tdmiddle
{
	vertical-align:middle
}

/* Special attribute for a table cell to be a box for buttons */
#buttonbox
{
	vertical-align:middle;
	text-align:center;
	border-style:ridge;
	border-color:silver;
	background:black;
	color:black;
}	
/* Special Text Format for First Letter of Selected Paragraphs */
#firstletter:first-letter
{
	font-family: "Phyllis", "Lucida Handwriting", "Challenge Extra Bold", "Theatre Antoine", cursive;
	font-style:normal;
	font-size:265%;
	font-weight:bold;
	color:navy;
	text-decoration:none;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:3px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:5px;
}

/* Format of Bible Divisions / Palette */
.bh
{
	color:navy;
	visibility:hidden;		 /*selecting Bible text changes its visibility to "visible" */
	position:absolute;
	top:0px;
	left:0px;
	width:240px;
	height:440px;
	padding-top:3px;
	padding-bottom:0px;
	padding-left:3px;
	padding-right:3px;
	border-style:ridge;
	border-width:2px;
	border-color:silver;
 	background:white;
}

/* Format of Bible Text - Basic */
#bb
{
	color:black;
}

/* Format of Bible Text - Words of Jesus */
#br
{
	color:red;
}

/* Format of Bible Verse Numbers */
#bv
{
	font-size:7.0pt;
	color:black;
	font-weight:bold;
}

/* Format of Bible Text - "small caps" */
#bs
{
	font-variant:small-caps;
}	    
