body
{
	font-family: sans-serif;
}

button
{
	padding: 5px;
	margin: 2px;
}

label
{
	font-style: italic;
}

div
{
	color: black;
	width: 30px;
	height: 30px;
	border: 1px solid black;
	text-align: center;
	font-size: 1.5em;
}

div.own
{
	background-color: beige;
}

div.foe
{
	background-color: grey;
}

table
{
	border-spacing: 0;
	border-collapse: collapse;
}

td
{
	border: 1px solid black;
	width: 34px;
	height: 34px;
	background-color: green;
}

td.word3
{
	background-color: red;
}
td.word2, td.center
{
	background-color: yellow;
}
td.letter3
{
	color: white;
	background-color: blue;
}
td.letter2
{
	background-color: lightblue;
}

td.rack
{
	background-color: green;
}

td.stack
{
	border: none;
	background-color: white;
}