/* CSS Document */

.price {
border: 2px;
width: 650px;
cellpadding: 10%;
background: white;
color: black;
margin-right: auto;
margin-left: auto;
}

th { 
	background: rgb(204, 204, 153);
}

td { 
	background: rgb(255, 255, 153);
}

.priceleft {
	width: 50%;
	text-align: right;
	padding-right: 2%;
}

.priceright {
	width: auto;
	text-align: left;
	padding-left: 2%;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}