body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
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;
}
#board {
	position: relative;
	margin: 0px auto;
	border: 1px solid #000;
}
.tile{
	position: absolute;
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
	cursor: pointer;
	display: none;
	color: #fff;
}
.msgs{
	position: absolute;
	text-align: center;
	display: none;
	cursor: pointer;
}
#scores{
	position: relative;
	height: 20px;
	margin: 0px auto;
}
#scoreBox{
	position: absolute;
	top: 0px;
	text-align: left;
}
#topBox{
	position: absolute;
	top: 0px;
	text-align: right;
}
#top{
	font-weight: bolder;
}
#score{
	font-weight: bolder;
}