.space{
	width:60px;
	height:60px;
	float:left;
}
.word{
	height:90px;
	float:left;
}
.letter{
	width:60px;
	height:60px;
	float:left;
	font-size:55px;
	border:4px solid #98ff98;
	text-align:center;
}
.justfound{
	border:4px solid #98ffff;
}
.hiddenletter{
	display:none;
}
.answerletter{
	width:60px;
	height:60px;
	float:left;
	font-size:55px;
	border:4px solid #9898ff;
	text-align:center;
}
.answerletterright{
	color:#afa !important;
	border:4px solid #ddd !important;
}
.answerletterwrong{
	color:#faa !important;
	border:4px solid #ddd !important;
}