#main_headings {
	text-align: left;
}

#main_headings h1 {
	font-size: 140%;
	font-variant: small-caps;
	color: #333;
	margin-left: -1.5em;
	border-right: 2px dotted #AAA;
	border-bottom: 2px dotted #AAA;
}

#main_headings p {
	font-size: 110%;
	font-weight: normal;
	color: #333;
	margin-bottom: 2em;
}

#bottom_index {
        text-align:center;
        font-size:smaller;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

body {
	line-height: 150%;
	margin-left: 20%;
	margin-right: 20%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color:powderblue;
}

div.epitaph {
	font-style: italic;
	line-height: 120%;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-right: 20%;
	border-right: 2px dotted #AAA;
	border-bottom: 2px dotted #AAA;

}

div.epitaph p {
	margin: 0;
	text-indent: 1.5em;
}

div.epitaph p.opening {
	margin: 0;
	text-indent: 0;
}


h2.section_title {
	font-size: 120%;
	color: #333;
	margin-left: -1.5em;
	border-bottom: 2px dotted #AAA;
	padding-top: 1.5em;

}

li h3 {
	font-size: 100%;
	color: #333;
	margin-bottom: 0;
	float: left;
	padding-right: 0.5em;
}

#standard_footer {
	margin-top: 5em;
	border-top: 1px solid gray;
	text-align: right;
	font-size: 80%;
}

p.verse {
	margin:0;
}

ul {
	margin-left: 1.5em;
	padding-left: 0;
}

ul li {
	list-style-type: none;
	margin-top: 1.5em;
}

ol.headed li {
	list-style-type: none;
	margin-top: 1.5em;
}

ol.separated li {
	list-style-type: none;
	margin-top: 1.5em;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom: 2px dotted #999;
	border-right: 2px dotted #999;
}

ol.separated p {
	margin-top: 0.5em;
	margin-bottom: 5px;
	text-indent: 1.5em;
}

ol.separated p.opening {
	display: inline;
	margin-top:0;
	text-indent: 0;
}


li.end_note {
	list-style-type: none;
}

ol.top_level ol li {
	list-style-type: lower-alpha;
}