BODY {
    	background-color: lightblue;
    	color: red;
    	font-family: "Verdana","Arial", sans-serif;
    	font-size: 10pt;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: 400;
	margin-left: 50;
	margin-right: 50;
	}

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

A:link {
    	color: gold;
	text-decoration: none;
	}

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

A:visited {
    	color: gold;
	text-decoration: none;
	}

A:hover {
    	color: white;
    	background: #00aa00;
	}

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.BibleVerse {	
    	font-family: "Verdana","Arial", sans-serif;
	font-style: italic;
	color: #dd0000;
	}

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

TT {
	}

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

DFN {
	font-variant: small-caps;
	}

SUB {
	}

SUP {
	}

SMALL {
	font-size: 60%;
	}

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

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

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

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

p.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;
	margin-bottom: -.3em;
	}

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

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

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

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

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

H1 {
	text-align: left;
	font-size: 300%;
	font-weight: 800;
	margin-bottom: -.5em;
	}

H2 {
  	text-align: left;
    	font-size: 175%;
	font-weight: 800;
    	margin-bottom: -.6em;
	}

H3 {
	text-align: left;
    	font-size: 150%;
	font-weight: 800;
    	margin-bottom: -.7em;
	}

H4 {
	text-align: left;
    	font-size: 120%;
	font-weight: 800;
	margin-bottom: -.8em;
	}

H5 {
	text-align: left;
    	font-size: 100%;
	font-weight: 800;
	margin-bottom: -1em;
	}

H6 {
	text-align: left;
    	font-size: 80%;
	font-weight: 800;
	margin-bottom: -1em;
	}

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


