body {
	font-family: Courier New;
}

canvas {
	cursor: none;
}

p{
	font-family: Courier New;
	font-size: 16px;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  outline: 0;
}

input {
	margin-right: 32px;
}

.game {
	font-size: 24px;
	font-family: Courier New;
}

canvas {
    border: 1px solid #000000;
}