
/* normal poem */
p.a {
font-family: Times New Roman;
margin-left: 35%;
font-size: 12pt;
line-height: 20pt;
}

/* two-line, alternating, left */
p.b {
font-family: Times New Roman;
margin-left: 35%;
font-size: 12pt;
line-height: 15pt;
}

/* two-line, alternating, indented */
p.c {
font-family: Times New Roman;
margin-left: 40%;
font-size: 12pt;
line-height: 15pt;
}

/* poetry paragraphs */
p.d {
font-family: Times New Roman;
margin-left: 30%;
margin-right: 20%;
font-size: 12pt;
line-height: 20pt;
}


p.byline {
font-family: Times New Roman;
font-size: 11pt;
font-style: italic;
text-align: center;
}

/* list of poems */
p.list {
font-family: Times New Roman;
font-size: 12pt;
line-height: 20pt;
margin-left: 40%;
}



