body
{
	background-color: white;
	color: black;
	font-size: 20px;
	font-family: Calibri, "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

h1
{
	font-size: 38px;
}

img
{
	border: 0px;
	cursor: pointer;
	height: 100px;
	width: 75px;

}

table
{
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

td
{
	height: 130px;
	width: 130px;
	padding: 10px;
	border: 2px #666 solid;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

td:hover
{
	cursor: pointer;
}

.banner
{
	height: 100px;
	width: 75px;
	padding: 0px;
	border: 0px;
}

.printable
{
	display: block;
}

@media print
{
	.non-printable
	{
		display: none;
	}
	.printable
	{
		display: block;
	}
}

.selected
{
	background-color: #000080;
	color: #ffffff;
}
