BODY {
    	background-color: palegoldenrod;
    	color: saddlebrown;
    	font-family: "Comic Sans MS", "Verdana", "Arial", sans-serif;
    	font-size: 11pt;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: 300;
	margin-left: 150px;
	margin-right: 150px;
	}

.image	{
	background-image: url(xxxxxxxxxxxxxxxxxxx); 
	background-repeat: no-repeat; 
	background-position: bottom right; 
	background-attachment: fixed;
	}

TD	{
	font-size: 11pt;
	}

A:link, A:active, A:visited, A:hover {
	font-weight: 700;
	text-decoration: none;
	}

A:link {
    	color: darkolivegreen;
	}

A:active {
    	color: orangered;
	}

A:visited {
    	color: orangered;
	}

A:hover {
    	color: orangered;
    	background-color: none;
	}

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;
	}

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

SMALL {
	font-size: 75%;
	}

HR {
	color: navy;
	height: 5px;
	width: 95%;
	align: center;
	}

BLOCKQUOTE {
	font-size: 120%;
	font-style: italic; 
	}
	
.BibleVerse {	
	font-style: italic;
	font-weight: 700;
	color: #dd0000;
	}

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

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

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

.Note4 {
	font-size: 60%;
	font-weight: 100;
	text-align: center;
	}

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

P.Block {	/* Text Block */
	color: yellow;
    	background: darkolivegreen;
    	font-size: 140%;
	font-weight: 400;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	}

.FirstLine {
	font-size: 115%;
	font-weight: 800;
	}

.Red 	{
	color: red;
	font-weight: 800;
	}

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

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

.DropCap {
	 font-size: 400%;
	 line-height: .9em;
	 font-weight: 800;
	 float: left; 
	}
	
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;
	}

.Title {
	text-align: center;
	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: navy;
	list-style-image: none;
	list-style-type: decimal;
	}

UL {
	value: list-item;
	list-style-image: url(graphics/TassieTiny.png);
	}

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

IMG	{
	margin-bottom: -4px;
	}


IMG.Left {
	float: left
	}

IMG.Right {
	float: right
	}



