hr {
        border-top: 1px dashed #ccccc0;
        border-bottom: 0px solid #ccccc0;
        height: 0px;
        background-color: #fff;
        color: #fff;
        width: 95%;
}

body {
  /* ivory #ffe #fffff0*/
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 1.5ex 1em;
}

div.tablebox {
  font-family: monospace;
  font-size: medium;
  background: #f0f0f0;
  /* Netscape 4 requires this 1px border.
     Without it, the paper borders below cause
     the white background to disappear. */
  border: 1px black solid;
  /* "paper" borders */
  border-top:  1px #e8e6df solid;
  border-left: 1px #e8e6df solid;
  border-bottom: 1px #d2d2d2 solid;
  border-right:  1px #b2b2b2 solid;
  padding-left:  0.8em;
  padding-right: 0.8em;
  padding-top:    0.5ex;
  padding-bottom: 0.5ex;

}
