body,table
{
      font-family:  Garamond, 'New Century Schoolbook', 'times new roman', times, arial;
      font-size: 13pt;
       color: #404818;
}

A:link {
        color: #901030;
}

A:active {
        color: #00ffff;
}

A:visited {
        color: #cf3f1f;
}

TH.title {
/*      background: #cd0000; */
        color: #404818;
        font-weight: bold;
}

TD.textbold {
       background: #bfb9a5;
       color: #404818;
       font-weight: bold;
}
TD.text {
       background: #bfb9a5;
       color: #404818;
}

TD.blank {
        background: #ffffff;
}

DIV.table {
        /* the only way I know of to align tables via CSS */
        text-align: center;
}

P.authorlist {
        font-family: helvetica, sans-serif;
        font-size: smaller;
        font-weight: bold;
        text-align: center;
}
