body {
margin-left: 230px;
margin-right: 20px;
font-family: "Verdana", "Lucida", "Arial", "Helvetica", sans-serif;
}

h1, h2, h3, h4 {
color: #8B0000;
background: transparent;
font-family: "Verdana", "Lucida", "Arial", "Helvetica", sans-serif;
}

p {
color: #8B0000;
background: transparent;
line-height: 140%;
font-family: "Verdana", "Lucida", "Arial", "Helvetica", sans-serif;
} 

a:link {
color: #473C8B;
background: transparent;
}

a:active {
color: #CD2626;
background: transparent;
}

a:visited {
color: #5D478B;
background: transparent;
}

div.verse{
font-style: italic;
}

.information {
font-style: italic;
}
.information em {
font-weight: bold;
}

/* footnote and menu classes are used at the end of 
   the main content - extra formatting could be added for these 
   elements at some point.

a span.note {
display: none;
}

a:hover span.note{
display: block;
position: absolute;
left: 100px;
width:40em;
}

.footnote {
}

.menu {
}

*/
