/* $Id: gnuchess.css,v 1.4 2009/03/25 21:17:28 preston Exp $ */

.boardcell TD
{
width:48px;
height:48px;
/* background-color:#fefefe; */
text-align:center;
}

.boardcell TABLE
{
width:480px; /* 48*10 */
height:480px;
/* background-color:#fefefe; */
text-align:center;
}

.boardcontainer TABLE
{
width:480px; /* 48*10 */
text-align:center;
}


