BODY {
    	background-color: white;
    	color: navy;
    	font-family: "Arial", sans-serif;
    	font-size: 10pt;
    	font-weight: 500;
    	font-style: normal;
    	font-variant: normal;
	margin-left: 100;
	margin-right: 100;
	}


.A:link {
    	color: blue;
    	font-weight: 700;
	text-decoration: none;
	background-color: #ddddff;
	}

A:active {
    	color: blue;
    	font-weight: 700;
	text-decoration: none;
	background-color: #ddddff;
	}

A:visited {
    	color: navy;
    	font-weight: 700;
	text-decoration: none;
	background-color: #ddddff;
	}

A:hover {
    	color: navy;
	text-decoration: none;
	background-color: #ffaa88;
	}

TD {
	font-size: 10pt;
	}

PRE {
    	font-size: 100%;
	font-family: "Courier","monospace";
	}

EM {
	font-style: italic;

	}

STRONG {
	font-weight: 800;

	}

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

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

CODE.Quote {
    	font-family: "Arial","sans-serif";
	font-style: italic;
	font-weight: 500;
	color: black;
	}

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

DFN {
	font-variant: small-caps;
	}

SMALL {
	font-size: 60%;
	}

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

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

.Big {
	font-size: 120%;
	font-weight: 900;
	text-align: left;
	text-decoration: underline;	
	}

.Category {
	font-size: 100%;
	font-weight: 700;
	text-align: left;
	color: navy;
	background-color: gold;
	}

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

.Normal {
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	}

.Fancy {
    	font-family: "BrushScript BT","cursive";
	font-weight: 800;
	}

.Title {	
	text-align: center;
	}

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

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

P.Attention {
    	color: #bb0000;
    	font-size: medium;
    	font-style: italic;
    	font-weight: 800;
    	margin-bottom: -1em;
	}

P.Block {	/* Text Block */
	color: yellow;
	text-align: center;
    	background: #008800;
    	font-size: 100%
	font-weight: 800;
	margin-left: 10%;
	margin-right: 10%;
	}

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

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

P.DropCap {	
	font-family: "BrushScript BT","Comic Sans MS","Cursive";
	float: left;
	font-size: 180%;
	font-weight: 900;
	text-indent: 0;
	padding-right: 5px;
	}

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

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

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

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

H2 {
    	font-size: 200%;
	font-weight: 800;
	}

H3 {
    	font-size: 150%;
	font-weight: 800;
	text-decoration: underline;
	}

H4 {
    	font-size: 110%;
	font-weight: 800;
	}

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

H6 {
    	font-size: 80%;
	font-weight: 800;
	font-style: italic;
	}

UL {
	value: list-item;
	list-style-image: url(Diamond-Red.gif);
	}

.Left {
	float: left
	}

.Right {
	float: right
	}


