H1 {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: black;
}

TD {
	font-family: Arial;
	font-size: 10pt;
}

TH {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	background-color: #107B21;
}

BODY {
	font-family: Arial;
	font-size: 10pt;
	background-color: #E9F9E9;
}

.itemCell {
  font-family: Arial;
  font-size: 8pt;
  color: black;
  border: solid gray 1px;
}

.itemPic {
	border: none;
}

.itemPrice {
  font-family: Arial;
  font-size: 9pt;
  color: red;
  font-weight: bold;
}

.itemToCart {
  font-family: Arial;
  font-size: 8pt;
  color: black;
}

.itemDesc {
  font-family: Arial;
  font-size: 8pt;
  color: black;
}

.cartCell {
  font-family: Arial;
  font-size: 8pt;
  color: black;
}

.cartRowL {
	background-color: #D1FACD;
}

.cartRowD {
	background-color: #A5C7A1;
}