body {
    	background-color: white;
    	color: midnightblue;
    	font-family: "Trebuchet MS", "Verdana", sans-serif;
    	font-size: 11pt;
    	font-weight: 400;
    	font-style: normal;
    	font-variant: normal;
	margin-left: 15%;
	margin-right: 15%;
	}

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

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

a:hover {
    	color: midnightblue;
	background-color: bisque;
	text-decoration: none;
	}

em {
	font-style: italic;

	}

strong {
	font-weight: 800;

	}

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

code.BibleVerse {	
    	font-family: "Trebuchet MS","Verdana", sans-serif;
	font-style: italic;
	color: crimson;
	}

code.Quote {
    	font-family: "Trebuchet MS", "Verdana",sans-serif;
	font-style: italic;
	font-weight: 500;
	color: black;
	}

small {
	font-size: 60%;
	}

hr {
	color: navy;
	background-color: lightsteelblue;
	border: 0;
	height: 1px;
	width: 100%;
	text-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 {
	text-align: left;
    	font-family: "Impact",cursive;
	font-weight: 400;
	}

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


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

p.Attention {
    	color: crimson;
    	font-size: 120%;
    	font-style: italic;
    	font-weight: 800;
    	margin-left: 15%;
	margin-right: 15%;
	}

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

.DropCap {
	background: lightsteelblue;
	float: left;
	font-size: 250%;
	font-weight: 900;
	text-indent: 0;
	padding-left: 3px;
	padding-right: 3px;
	}

.Indent5pct {
	margin-left: 5%;
	}

.Indent10pct {
	margin-left: 10%;
	}

.Indent15pct {
	margin-left: 15%;
	}

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

h2 {
    	font-size: 150%;
	font-weight: 800;
	}

h3 {
    	font-size: 130%;
	font-weight: 800;
 	}

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

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

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

img.Left {
	float: left
	}

img.Right {
	float: right
	}


