@import "layout.css";

@import "tables.php";

@import "styles.css";

@import "filelist.css";

@import "address.css";

@import "news.css";

@import "search.css";

@media print {

    /* hide the left column when printing */
    #menu { display: none; }
    #head_top1, #head_top2, #head_top3, #head_top3_normal { display: none; }
    #content {
        width: 95%;
        padding: 0;
    }
    #footer { padding-left: 0; }
    a { margin: 0 5px 0 5px; }

    /* show link url after its caption when printing */
    /* a[href]:after { content: " [" attr(href) "]"; } */
}
