body {
	background-color: white;
}

p.sectiontitle a:before {
        content: counter(section) ". ";
        counter-increment: section;
}

table.price {
	width: 100%;
	border-collapse: collapse;
}

table.price thead tr {
	background-color: #A8A8A8;
}

table.price td {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

table.price th {
	border-width: 3px;
	border-color: black;
	border-style: solid;
}

table.price tr.odd {
	background-color: #C0C0C0;
}

table.price td.price {
	text-align: right;
	width: 5em;
}

table.price td.name {
	vertical-align: top;
}
