body {
	margin: 8px;
	/* now websafe */
	background-color: #069;
}

p {
	font: 10pt Arial, Helvetica, sans-serif;
	/* temporarily disabled */
	/* text-align: justify; */
}

li {
	font: 10pt Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #069;
}

a:hover {
	color: green;
}

div#body {
	background-color: white;
	margin: 8px;
	padding: 8px;
}

/* not sure how else to do this */
div#logo {
	text-align: right;
}

blockquote {
	/* border-top: 1px solid orange;
	border-bottom: 1px solid orange; */
	font: 10pt Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px dashed #069;
	padding: 8px;
	background-color: #EEE;
}

span.h5 {
	font-weight: bold;
}

p#over25Years {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #069;
	text-align: right;
}

p#productCategories {
	text-align: center;
}

img.product {
	border: 1px solid black;
	vertical-align: top;
	margin-right: 8px;
}

ul.products {
	/* remove bullets */
	list-style: none;
	/* remove left margin in IE */
	margin: 0;
	/* remove left margin in Gecko */
	padding: 0;
}

ul.productsAlternate {
	/* remove bullets */
	list-style: none;
	/* remove left margin in IE */
	margin: 0;
	/* remove left margin in Gecko */
	padding: 0;
	text-align: right;
}
