body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, a.hover{
	color: #0000ff;
}
h2{
	color: #3080d0;
	font-weight: bolder;
	font-size: 15px;
	margin-bottom: 25px;
	margin-top: 20px;
	text-align: center;
}
#info{
	text-align: center;
	margin-bottom: 25px;
	font-size:12px;
}
#board {
	position: relative;
	margin: 0px auto;
	border: 1px dotted #808080;
}
.tile{
	position: absolute;
	background: url('key.gif') no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
}
#msgs{
	margin: 10px auto;
	text-align: center;
	height: 40px;
}
#scores{
	position: absolute;
	margin: 0px auto;
	font-size: 11px;
	text-align: left;
}
#top{
	font-weight: bolder;
}
#score{
	font-weight: bolder;
}