#boggle {
	font-size:1.5em;
}
#boggle table,
#boggle tr,
#boggle td {
	font-size:1em;
	border-collapse:collapse;
}
* {
	margin:0;
	padding:0;
}
#boggle table {
	border-style:outset;
	border-top:.2em solid #77f;
	border-left:.2em solid #77f;
	border-right:.2em solid #00a;
	border-bottom:.2em solid #00a;
	background-color:#00f;
	margin:.5em 0;
}
#boggle table tr td {
	background-color:#ddf;
	border:0;
}
#boggle table td strong {
	display:block;
	width:2em;
	height:2em;
	line-height:1.6em;
	background-color:#fff;
	border-top:.1em solid #00a;
	border-left:.1em solid #00a;
	border-right:.1em solid #77f;
	border-bottom:.1em solid #77f;
	color:#000;
	text-align:center;
	border-style:inset;
}
html>body #boggle table td strong {
	line-height:2em;
}
#boggle button {
	clear:left;
	margin:.5em 0;
	width:8em;
}