/* $Id: clearBoard.css,v 1.1 2007/11/10 05:28:52 pwh Exp $ */
/* Style sheet for Clear the Board. */


div.board {

	position: relative;
	width: 345pt;
	height: 345pt;
	margin: 0 auto;
	background-color: black;
}

div.cellFrame {

	position: absolute;
	height: 81pt;
	width: 81pt;
	background-color: white;
}

div.cell {

	margin: 3pt;
	height: 75pt;
	width: 75pt;
}
