/* Croquet pages Stylesheet with plain tables */


TABLE {
	empty-cells: show;
	margin: 2px;
	border: none;
	height: auto;
	width: 100%;
}
td	{
	margin: 0px;
	font-size: 100%;
	border: none;
	height: auto;
	width: auto;
}
