body 
{ 
background-color: rgb(7,0,74);
font-family: Arial, Verdana, sans-serif;
font-size: 10pt;
color: black;
}

a:link
{
color: blue;
background-color: transparent;
text-decoration: none;
}

a:visited
{
color: red;
background-color: transparent;
text-decoration: none;
}

a:active
{
color: green;
background-color: transparent;
text-decoration: none;
}

a:hover
{
color: blue;
background-color: rgb(219,218,224);
text-decoration: none;
}

/* font for subtitles  */
h1
{
margin: 0px 0px 0px 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
font-weight: bold;
font-style: normal;
color: rgb(64,2,0);
}

/* font for main text */
h2
{
margin: 0px 0px 0px 0px;
font-family: Arial, Verdana, sans-serif;
font-size: 10pt;
font-weight: normal;
text-align: justify;
color: black;
}

/* font for indent text */
h3
{
margin: 0px 0px 0px 10px;
font-family: Arial, Verdana, sans-serif;
font-size: 10pt;
font-weight: normal;
color: black;
}

/* font for side verses */

h4
{
margin: 0px 0px 0px 0px;
font-family: cursive, Arial, sans-serif;
font-size: 12pt;
font-weight: normal;
font-style: normal;
text-align: center;
color: rgb(13,75,16);
}

/* footnote text  */
h5
{
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
font-weight: bold;
font-style: italic;
color: white;
}

/* normal text red  */
h6
{
margin: 0px 0px 0px 0px;
font-family: Arial, Verdana, sans-serif;
font-size: 10pt;
font-weight: normal;
text-align: justify;
color: red;
}


a.littlelink
{
margin: 0px 0px 0px 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: underline;
color: #dfe8ff;
}


#centercontent 
{ 
top:0px;
background:white;
width:750px;
background:rgb(251,251,253);
border:0px solid green;
text-align: justify;
}



