body { background-color: #e8e8f0 }

body{
	/* margin:40px auto; */
	/* max-width:650px; */
	background-color: #e8e8f0;
	/* font-size: 18px; */
	padding: 0 10px;
	color: #202020;
}

p { line-height: 15pt; /* ~1.25 em? */ }

h1, h2, h3 {
	line-height: 1.2;
}

a         { color: #4040a0; }
a:visited { color: #7070a0; }

/* perhaps it should be a div? we could even skip all the <br>s in that case */
span.verse-line {
    display: inline-block; /* least sure about this one */
    text-indent: -3em;
    padding-left: 3em;
    /* color: darkblue; testing only */
}
