body {
    	background-color: wheat;
    	color: navy;
    	font-family: "Verdana","Arial", sans-serif;
    	font-size: 11pt;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: 400;
	margin-left: 10;
	margin-right: 10;
	}

.image1	{
	background-image: url(); 
	background-repeat: repeat; 
	background-position: top left; 
	background-attachment: fixed;
	}

a:link {
    	color: red;
	text-decoration: none;
	font-weight: 700;
	}

a:active {
    	color: red;
	text-decoration: none;
	}

a:visited {
    	color: red;
	text-decoration: none;
	font-weight: 700;
	}

a:hover {
    	color: red;
	text-decoration: underline;
	font-weight: 700;
	}

pre {
    	font-size: medium;
	font-family: "Courier","monospace";
	}

em	{
	font-style: italic;

	}

strong {
	font-weight: 800;

	}

code {
	font-family: "Courier","monospace";
	font-weight: 800;
	color: navy;
	}

.BibleVerse {	
    	font-family: "Verdana","Arial", sans-serif;
	font-style: italic;
	color: #dd0000;
	}

.Quote {
    	font-family: "Verdana","Arial", sans-serif;
	font-style: italic;
	color: navy;
	}

cite	{		/* Use for Titles of Books, etc. */
	font-style: italic;
	}

dfn	{
	font-variant: small-caps;
	}

small	{
	font-size: 60%;
	}

hr	{
	color: #00aa00;
	height: 5px;
	width: 95%;
	align: center;
	}

blockquote {
	font-size: 120%;
	font-style: italic; 
	}

.Note1 {
	font-size: 90%;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	}

.Note2 {
	font-style: italic;
	font-weight: 400;
	text-align: left;
	}

.Note3 {
	font-size: 75%;
	font-style: italic;
	font-weight: 200;
	text-align: center;
	}

p.Attention {
    	color: purple;
    	font-size: large;
    	font-style: italic;
    	font-weight: 800;
	}

p.Block {	/* Text Block */
	color: yellow;
    	background: #00aa00;
    	font-size: 130%;
	font-weight: 800;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	}

p.Tab {		/* Tab first line */
	text-indent: 5%;
	}

p.Footer {
    	font-size: 80%;
	text-align: center;
	}

P.DropCap {	
	float: left;
	font-size: 200%;
	font-weight: 900;
	text-indent: 0;
	}

P.Indent5pct {
	margin-left: 5%;
	}

P.Indent10pct {
	margin-left: 10%;
	}

P.Indent15pct {
	margin-left: 15%;
	}

.Fancy {
    	font-family: "Brush Script BT",cursive;
	font-weight: 800;
	text-align: center;
	margin-bottom: .5em;
	}

H1.Title {
	text-align: center;
	font-size: 300%;
	font-weight: 800;
	}

H2.Title {
 	text-align: center;
    	font-size: 175%;
	font-weight: 800;
	}

H3.Title {
	text-align: center;
    	font-size: 150%;
	font-weight: 800;
	}

H4.Title {
	text-align: center;
    	font-size: 120%;
	font-weight: 800;
	}

H5.Title {
	text-align: center;
    	font-size: 100%;
	font-weight: 800;
	}

H6.Title {
	text-align: center;
    	font-size: 80%;
	font-weight: 800;
	}

H1 {
	text-align: left;
	font-size: 300%;
	font-weight: 800;
	}

H2 {
  	text-align: left;
    	font-size: 175%;
	font-weight: 800;
	}

H3 {
	text-align: left;
    	font-size: 150%;
	font-weight: 800;
	}

H4 {
	text-align: left;
    	font-size: 120%;
	font-weight: 800;
	}

H5 {
	text-align: left;
    	font-size: 100%;
	font-weight: 800;
	}

H6 {
	text-align: left;
    	font-size: 80%;
	font-weight: 800;
	}

ol {
	value: list-item;
	color: #00aa00;
	list-style-image: none;
	list-style-type: decimal;
	}

li {
	margin-bottom: 20px;
	margin-left: 25px;
	}


img.Left {
	float: left
	}

img.Right {
	float: right
	}
	
td	{
	font-size:  10pt;
	}

td.Round {
	font-size: 10pt;
	-moz-border-radius: 10px;
	}

th.Round {
	-moz-border-radius: 10px;
	}

