* {
	font-family: Arial;
}

table.gameboard {
	border: 1px solid black;
}

/* This selector doesn't work in IE.
   Makes textboxes 100% wide. */
input[type~="text"] {
    width: 100%;
}
