body {
	font: 14px "lucia grande";
	padding: 20px;
}

h1, h2, strong {
	font-weight: bold;
}
h1 {
	font: 24px arial;
	margin: 15px 0;
}
h2 {
	font: 18px arial;
	margin: 15px 0;
}
.formError {
	display: none;
	color: #F00;
}
li {
	list-style: disc inside;
	margin: 0 0 0 10px;
}
input[type="checkbox"], input[type="radio"] {
	margin: 0 10px 0 0;
}
td {
	padding: 5px;
	vertical-align: top;
}
table input, table textarea {
	border: 1px solid #999;
	padding: 2px;
	font: 12px arial;
	font-weight: bold;
}
.price {
	font-size: 22px;
	font-weight: bold;
}
a {
	color: #FF8000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}