BODY {
	color: Black;
	background-color: White;
	text-align: left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	line-height : 130%;
}

.price_list {
	font-size : .8em;
	vertical-align: top;
	}

.category_header {
	font-size : 1.4em;
	font-weight : bold;
	}
	
.item_header {
	font-size : 1.2em;
	font-weight: bold;
	}
		
.item {
	vertical-align: top;
	}
		
.price {
	text-align: right;
	vertical-align: top;
}

A {
	color: #844100;
	text-decoration: none;
}

A:HOVER {
	color: #CE6500;
	text-decoration: underline;
}

CAPTION {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 50%;
}
