/* SPECIAL CODES FOR POETRY */




p {
margin-top: 0;
margin-bottom: 0;
margin-left:10%;
margin-right:12%;
text-indent:-3%;
}




.stanza {
	line-height: 1.1em;
	text-indent: 1.5em;
	margin-left: 2.5em;
	margin-right: 2.5em;
	text-align: left;
}











/* Types of lines.  How far to indent. */

.i0 {
	margin-left:16%;
	text-indent:-6%;
} 




.i1 {

	text-indent: 2%;
} 





.i2 {
	text-indent: 4%;
} 





.i3 {
	text-indent: 6%;
} 





.i4 {
	text-indent: 8%;
} 




.i5 {
	text-indent: 10%;
} 



.i6 {
	text-indent: 12%;
} 







