/* Black borders on the navigation bar, link bar, and quotes */

/* Commented out for test 
TABLE#linkbar {border: 1px solid black;
               cellpadding:5;
               width:100%}
*/
TABLE#navbar  {border: 1px solid black;
               margin-left: auto;
               margin-right: auto;
               cellpadding: 3;
               width: 60%}
/*
TABLE.quote  {
    border-top: thin solid black;
    border-bottom: thin solid black
}
*/
@media print {
    TABLE#xrefs   { display: none; }
    TABLE#navbar  { display: none; }
}
