
.cellGrey{
	font-size:25px; 
	width: 40px; 
	height: 40px; 
	text-align: center;
	background-color: rgb(200,200,200);
	border: 2px solid #a4a4a4;
}

.cellWhite{
	font-size:25px; 
	width: 40px; 
	height: 40px; 
	text-align: center;
	border: 2px solid #000000;
}

.cellGreyWrong{
	color: red;
	font-size:25px; 
	width: 40px; 
	height: 40px; 
	text-align: center;
	background-color: rgb(200,200,200);
	border: 2px solid #a4a4a4;
}

.cellWhiteWrong{
	color: red;
	font-size:25px; 
	width: 40px; 
	height: 40px; 
	text-align: center;
	border: 2px solid #000000;
}

.wrong{
	color: red;
}