/*
Apply this style to a table (e.g. "<table border=1 class='displayCells'>)
will give you a table with a enclosing border but no borders on the individual rows/cells.
*/
.displayCells TD
{
	border-style: none;
}
