body,
input,
td
{
	font-family: Impact, sans-serif;
	text-align: center;
}

body
{
	background-image: url(../images/bingo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#Board table
{
	font-family: Impact, sans-serif;
	font-size: 20pt;
}
#Board table td
{
	border: 1px solid #7F7F7F;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-khtml-border-radius: 24px;
	-webkit-border-radius: 24px;
	color: #AAAAAA;
	height: 46px;
	margin: 0px;
	padding: 0px;
	width: 46px;
}

#Controls input
{
	font-size: 24pt;
}

#NumberPreview
{
	border: 3px solid #7F7F7F;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	height: 480px;
	margin: 0 auto;
	max-width: 480px;
}

#History
{
	font-size: 20pt;
	text-align: center;
}
#History span
{
	color: #7F0000;
}