body
  {
    color: #000000;
    background: url(sarimage/chalk.jpg) white;
    font-family: Times New Roman, serif;
    font-size: 1em;
  }

.caption
  {
    font-style: italic;
    font-size: smaller;
  }

.updated
  {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: red;
    padding-left: 3px;
  }

.notupdated
  {
    padding-left: 5px;
  }

table
  {
    font-size: 100%;
  }

table.visitable
  {
    cellspacing: 1;
    border: #336633 solid 3px;
    background: #FFFFCC;
    font-family: Arial, sans-serif;
  }

td.colheading
  {
    color: #FFFFFF;
    background: #336633;
    font-weight: bold;
    font-size: x-small;
    valign: "top";
  }

td.visicell
  {
    cellspacing: 1;
    background: #FFFFCC;
    font-family: Arial, sans-serif;
    font-size: x-small
  }

