body {
	background-color: black;
	color: white;
}

table {
	border-color: white;
	border-width: 3px;
	border-style: solid;
	text-align: center;
}

td {
	width: 50px;
	height: 50px;
}

#gameArea {
}