body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	width: 100%;	
	page-break-after: always;
}
td {
	margin: 0px;
	padding: 0px;
	width: 33%;
	height: 162px;
	text-align: center;
	border: 1px dashed #666666;
}
.wrapper {
	position: relative;
}
.credit {
	font-size: 10px;
	color:#999999;
	height: 30px;
}
.clue {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: 60px;
}
*html .clue { height: 55px; }
.cat {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
}
.sponsor_by {
	font-size: 8px;
	width: 100%;
	text-align: center;
}
.ad {
	height: 40px;
	font-size: 10px;
}
#container {
	display: none;
}
#printedCards {
	display: block;
}
