body {
	background-color: rgb(0,33,77);
	color: #ffa818;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 18px;
}
.input {
	background-color: rgb(0,33,77);
	color: #ffa818;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffa818;
	text-align: center;
	text-valign: center;
	width: 30px;
	height: 30px;
}
td {
	background-color: rgb(0,33,77);
	color: #ffa818;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 18px;
	border-style: none;
	border-width: 0px;
	border-color: #ffa818;
	text-align: center;
	text-valign: center;
	width: 30px;
	height: 30px;
}
.invalid {
	background-color: #ffa818;
	color: rgb(0,33,77);
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0,33,77);
	text-align: center;
	text-valign: center;
	width: 30px;
	height: 30px;
}
.questionable {
	background-color: #ccccff;
	color: rgb(0,33,77);
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0,33,77);
	text-align: center;
	text-valign: center;
	width: 30px;
	height: 30px;
}

