
#works table
{
	margin-left  : auto;
    margin-right : auto;

/*
	background-color : #FFEEAA;
    border-style  : inset;
    border-width  : 1px;
*/
}

#works th
{   font-size : 8pt;
	text-align : center;
	background-color : #EEEEAA;
}

#works tr
{   height : 20px;
	background-color : #FFEEAA;
}

#works tr.publisher
{
	height : 20px;
	background-color : #F0E0AA;
}

#works tr.movement
{
	height : 20px;
	background-color : #FFEEB0;
}

#works td
{   vertical-align : top;
	text-align : center;
    padding-left : 10px;
}

#works td.title
{
	text-align : left;
}

