/* table */
table.lnp, table.lnp td   {
	border-width:0px;
}

/* the table column with the line numbers */
td.lnpNumbers {
	width:3em;
}

/* the table column with the poem */
td.lnpPoem {
	padding-left:1.5em;
}

/* paragraphs for line numbers */
td.lnpNumbers p {
	text-align:right;
}

/* paragraphs in poem */
td.lnpPoem p {
}

/* lines that are not counted */
span.lnpUncounted {
	font-style:italic;
}

/* title, uncounted */
span.lnpUncountedTitle {
	font-weight:bold;
}

/* author, uncounted */
span.lnpUncountedAuthor {
	font-style:italic;
}