body.back
{
	background:		rgb(128, 128, 128);
}

div.poetry_td
{
	border:			solid;
	border-width:	thin;
//	width:			150;
	background:		rgb(128, 0, 128);
	padding:			1cm;
	color:			rgb(255, 255, 255);
	text-align:		center;
}

div.filled_td
{
	border:			solid;
	border-width:	thin;
//	width:			150;
	background:		rgb(128, 0, 128);
	padding:			1cm;
	color:			rgb(255, 255, 255);
	text-align:		center;
}

div.empty_td
{
	border:			none;
	border-width:	thick;
//	width:			150;
	background:		rgb(128, 128, 128);
	padding:			1cm;
	color:			rgb(128, 0, 128);
}

a.norm:link
{
	color:			rgb(255, 255, 255);
}

a.norm:visited
{
	color:			rgb(255, 255, 255);
}
