
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
  margin-right: 3.15em;
  margin-left: 3.15em;
  background-image: url(bg-gradient.png);
  background-repeat: repeat-x;
  background-color: #fff; /* Critical */
}

table {
  font-family: Bookman Old Style, Book Antiqua, serif;
  font-size: 14pt;
  font-weight: bold;
  border-collapse: collapse;
  border: 1px dashed #000;
  background-color: #faebcd;
  
}

td {
  padding: 5px;
}

#heading {
  font-size: 300%;
  font-style: italic;
}

hr.r {
  width: 30%;
  margin: 0 auto;
  height: 2px;
  border-top: 1px solid #000;
  border-right: 0;
  border-bottom: 4px solid #000;
  border-left: 0;
}	


.stress {
  font-style: italic;
}

#notice {
  text-indent: 7em;
}

span {
  font-size: x-large;
}

span.smallcaps {
  font-variant: small-caps;
}
