/* CSS Document */

.maintext p {
	text-align:  justify;
	text-indent: 1em;
	margin: 0;
}
.title {
	text-align: center;
	text-transform: uppercase;
}
p.tin {
	text-indent: -1em;
	padding-left: 1em;
}
p.chead {
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-variant: small-caps;
	font-size: 0.85em;
}
p.right {
	text-align:right;
	padding-right: 5em;
}
.maintext p.poetry {
	font-size:0.9em;
	padding-left: 5em;
	text-indent: 0px;
	margin: 0.6em 0 0.6em 0;
}
p.alineabove, div#index p.alineabove {
	padding-top: 0.5em;
}
.smc {
	font-variant: small-caps;
}
.caps {
	text-transform: uppercase;
}
abbr.date:hover {
	color: #003;
	background: #eee;
	text-decoration: none;
}
.floatright {
	float: right;
	margin: 0.5em 0 0.5em 15px;
	padding: 0.5em;
	border: thin solid #000;
	text-align: left;
 	text-indent: 0;
 }
/* div#index is for 14_Index of Faith & Practice */

div#index p {
	margin: 0;
	padding: 0 0 0 1em;
}
div#index p {
	padding-left: 5em;
	text-indent: -4em;
}
div#index p.n {
	padding-left: 5em;
	text-indent: -1em;
}
div#index a {
	text-decoration: none;
}
div#index a:link {
}
div#index a:visited {
}
div#index a:hover {
}
div#index a:active {
}

/* intended to eliminate (most of) the space on either side of em-dashes */
.o {
	margin: 0 -0.3em;
}

