/* best-off.org MASTER style sheet

    credits to all friends of standards compliant web design, especially to
    Zeldman, Bowman, Meyer, Shea, Cederholm, Newhouse, Holzschlag, and many,
    many other css and web standards pioneers who have inspired us. 

    the css, layout and validation status of best-off.org is a work-in-progress.
    numerous web-building worker bees are working furiously to correct the bugs,
    minimize the hacks and validate the code. stay tuned. 

-------------------------------------------------------- created January 2006 */

@import url("/de/css/reset.css");
@import url("/de/css/960.css");
/* @import url("/de/css/text.css"); */
@import url("/de/css/global.css");
@import url("/de/css/navigation.css");
@import url("/de/css/headings.css");
@import url("/de/css/tables.css");
@import url("/de/css/pagelayout.css");
@import url("/de/css/custom.css");

/* ------------------------------------------------------ browser bugs - bah! */
@import url("/de/css/browserbugs.css");

/* -------------------------------------------------------- ns4 styles - bah! */
table {
    border: 1px;
    }
    
td,
th {
    padding: 4px;
    text-align: left;
    vertical-align: top;
    }

