html, body {
	background-color: white;
	color: black;
}

span.word {
	display: block;
	float: left;
	/* white-space: nowrap; */
	border: 1px solid black;
	padding: 5px;
	cursor: pointer;
}

span.word:hover {
	background-color: #ffff80;
}
