div.dayheader {
	background-color: #ccdeec;
	border: 1px solid #89accf;
	padding: 8px;
	font-weight: bold;
}
span.daydate {
	color: #900;
}

div.placeheader {
	font-family:Georgia;
	border-bottom:3px double #000;
	font-size:1.2em;
	font-weight:bold;
}
span.old-price {
	text-decoration: line-through;
}
span.new-price {
	background-color: #FFFFE0;
}