a:link		{color: navy;}
a:visited 	{color: navy;}
a:active 	{color: red; text-decoration: underline; font-style:normal}
a:hover		{color: red; text-decoration: underline; font-style:normal}

a.tocentry:link 		{color: blue; text-decoration: none}
a.tocentry:visited 	{color: blue; text-decoration: none}
a.tocentry:hover 	{color: red; text-decoration: none; font-style:italic}

h1, h2, h3, h4, h5, h6
{
	font-family: "Book Antiqua", "Times New Roman", Times;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
}

h1
{
	border-top: solid 1px rgb(102,0,0);
	border-bottom: solid 1px rgb(102,0,0);
	padding-top: 2px;
	font-size: 20pt;
	color: rgb(102,0,0);
	background-color: rgb(245,226,175);
	margin: 0;
	margin-top: 4px;
}

h2
{
	border-top: dotted 1px rgb(211,211,211);
	border-bottom: dotted 1px rgb(211,211,211);
	background-color: #FAFAD2;
	color: rgb(100,30,90); 
	font-size: 18pt;
}

h3 
{
	color: rgb(0,0,153);
	font-size: 14pt;
}

h4
{
	color: rgb(153,102,0);
	font-size: 12pt;
}

img.left
{
	float: left;
	border: 1px solid black;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.right
{
	float: right;
	border: 1px solid black;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

li
{
	font: normal 12pt Verdana;
	margin-right: 10px;
	margin-top: 6pt;
}

/* These are used mainly for the table of contents entries. */
li.level1
{
	font: bold 10pt Arial;
	margin-top: 6pt;
	color:blue
}

li.level2
{
	font: normal 10pt Arial;
	margin-left:20px;
	margin-top: 0pt;
	color:blue
}

p 
{
	font: normal 12pt Verdana;
}

ul
{
	margin-top: 3pt;
}

/* This DIV is used by the "Fixed tooltip" script */
#fixedtipdiv {
	position: absolute;
	padding: 2px;
	border: 1px solid black;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

.verse {
	width: 80%;
	font-style: italic;
	background-color: #FFE4C4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
