.content {
  /* Main content column */
  width: 632px;
  margin-left: 256px;
  text-align: justify;
}

p,li,span,ul,ol,td,blockquote,strong {
  font-family: Arial, Helvetica, Sans-Serif;
}

h1,h2,h3,h4,h5,h6,h7,h8,h9 {
  font-family: Candara, Arial, Helvetica, Sans-Serif;
  color: #181840;
}
h1 {
  font-size: x-large;
}
h2 {
  font-size: large;
}
h3 {
  font-size: medium;
}

img {
  border: none;
}

td {
  padding: 0 0.25em;
}

.product-name {
  color: #444444;
  /* font-weight: bold; */
}
