

body {
	color: Black;
	text-align: left;
	font: x-small Arial, Helvetica, sans-serif;
	background: White;
}

table {
	border: thin none Orange;
	padding: 2;
	margin: 0;
}

td {
	border: thin none Orange;
}

td.uppernavbar {
	vertical-align: top;
}

td.colored {
	color: Blue;
	background: #1E90FF;
}

h2 {
	color: Blue;
}

h3.blurb {
	font-style: italic;
}

h4.feature {
	color: Blue;	
}

.price {
	color: Red;
}
	
h4.address {
	text-align: right;
}

.item {
	font-weight: bold;
}


p.copyright {
	font-size: smaller;
	margin-top: 12px;
}
