
* {
  font-family: arial, verdana;
  font-size: 14px;
}

body {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}


.active {
  background-color: #EFE3A4;
  font-weight: bold;
}

h1 {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  display: inline;
}

table {
  border-collapse: collapse;
}

.listing th  {
  text-align: left;
}

.listing td {
  padding: 3px;
}

.productImage {
  float: left;
  margin-right: 5px;
  padding: 2px;
  background-color: white;
  border: 1px solid black;
}

.productDescription, .productIngredients {
  width: 600px;
}

a, a:active {
  color: blue;
}


