.clsTest
{
	background-color: palegoldenrod;
	border-collapse: collapse; 
	font-size: smaller;
}

.clsTest a
{
	color : #0000C0;
	font-weight: normal;
	font-size: x-small;
}

.clsTest thead
{
	background-color: lightsteelblue;
	text-align: left;
}

.clsTest tfoot
{
	background-color: cadetblue;
	text-align: left;
}

.clsColumnID
{
	background-color: lightsalmon;
}