body {
	background: white;
	color: black;
	font-family: helvetica, arial, sansserif;
}

table.puzzle {
/*	border: solid  black 1px; */
	background: black;
	width: 95%;
}

td {
	valign: top;
}

td.topbar {
	background: black;
	color: white;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
/*	padding-top: 6px;
	padding-bottom: 2px; */
}

td.d {
	font-weight: bold;
	colspan: 2;
}

table,tr,td {
	vertical-align: top;
}

td.n {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

td.c {
	
}

.credit {
	font-size: 80%;
	text-align: right;
}

.white {
	background: white;
}