table.poemTable
{
	border: #4d3a53 1px dashed;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	width: 90%;
	height: auto;
	border-collapse: collapse;
}



.poemTable p
{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	font-family: sans-serif;
	font-size: 12px;
}




.poemTable a
{
	padding: 0 0 0 10px;
}




.poemTable tr.title
{
	background-color: #522b5d;
	width: 100%;
	height: 30px;
	text-align: left;
}


.poemTable tr.title p
{
	font-weight: bold;
	color: #e4e8ec;
}



.poemTable tr.darkRow
{
	background-color: #8e7197;
	height: auto;
	width: 100%;
	text-align: left;
}




.poemTable tr.lightRow
{
	background-color: #cfb6d6;
	height: auto;
	width: 100%;
	text-align: left;
}




.poemTable td.link
{
	width: 45%;
}



.poemTable td.description
{
	width: 55%;
}