@import url("../style.css") print;
@import url("layout.css") print;
@import url("custom.css") print;

body {
    background-color: #fff;
    color: #000;
}

a {
    color: #000;
}

h1, h2 {
    page-break-before: auto;
}

p {
    page-break-inside: avoid;
}
 
#content {
    float: left;
}

#sidebars, #header, .menu {
    display: none;
}


