.punchBox {
  font-family: Verdana, mono;
  font-size: 10px;
  font-style: normal;
  line-height: 16pt;
  font-weight: normal;
  font-variant: normal;
  background-color: #fc0;
  border: 1px solid black;
  padding: 1em;
}
.bigDegree {
  font-size: 14px;
}

.homequotes {
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  font-style: normal;
  line-height: 16pt;
  font-weight: normal;
  font-variant: normal;
  color: #000000
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
}
h4 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 2px;
  padding: 0px;
  border: 0px;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
}
li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
}

.box {  /* a simple box around a div */
  border: 1px solid red;
}
.boxfill {  /* fill the background of the box */
  /*background-color: #fc0;*/
  padding: 6px;
  border: solid #fc0 1px;
  margin: 8px;
  /*text-align: center;*/
  line-height: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.sigRight {  /* a testimonial signature */
  text-align: right;
  font-style: italic;
  color: #555;
}

.buyButton {  /* button that starts a sale */
  border: 5px;
  align: center;
}

.buyDesc {   /* verbose (multi-line) description of item being bought */
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  left-margin: 150px;
  text-align: left;
}

