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

/* Commented out for tests
TABLE#linkbar {border: 1px solid white;
               cellpadding:5;
               width:100%}
*/

TABLE#navbar  {border: 1px solid white;
               margin-left: auto;
               margin-right: auto;
               cellpadding: 3;
               width: 60%}
/*
TABLE.quote {
    border-top: thin solid white;
    border-bottom: thin solid white
}
*/
@media print {
    TABLE#linkbar { display: none; }
    TABLE#navbar  { display: none; }
}


