table {
	vertical-align: top;
	margin: 1em 5em 1em 5em;
	empty-cells: show;
}
table, table th, table td { border: 1px solid #aaa; }
table th { text-align: left; }
table th, table td { padding: 0 1ex 0 1ex; }
table td.price { text-align: right }
table tr.highlighted { background-color: #cc3; }

