@import url("../style.css") print;
@import url("layout.css") print;
@import url("custom.css") print;
 
/* Remove the Sidebars*/
#sidebars {
    display: none;
}

/* Remove the Header */
#header {
    display: none;
}

/* Remove the Search Box */
.custom #s {
    display: none;
}

/* Remove the Nav Menu */
.custom .menu a {
    display:none;
}

/* Remove the Footer */
#footer {
    display:none;
}

/* Remove the Border */
#container { margin-top: 2em; margin-bottom: 1em; 
border:3px solid #000000;
}
