h1 {
	font-family: Arial;
}
h2 {
	font-family: Arial;
}
h3 {
	font-family: Arial;
}
span.mealLabel {
	font-weight: bold;
	font-variant: small-caps;
}
.book {
	border: 0px solid;
	margin: 0px 5px 5px 0px;
	float: left;
}
td.cellSectionLabel {
	background-color: rgb(255, 153, 102);
}
td.cellLink {
	background-color: rgb(255, 255, 153);
}
td.cellHeader {
	vertical-align: top;
	background-color: rgb(102, 102, 204);
	text-align: center;
	color: rgb(255, 255, 255);
}
th {
	vertical-align: bottom;
	border-bottom: thin solid black;
	border-top: thin solid black;
}
table.Widget { border: 1 solid black; border-collapse: collapse; }
table.Widget td { border: 1 solid black; border-collapse: collapse; padding: 1em; }
img.WidgetProductImage { width: 75; margin-right: 1em; margin-bottom: 1em; }