/* Print style sheet */
@import url("screen.css");

h1, h2, h3, h4 {
    color: #000;
}

body {
    background: none;
    color: #000;
}    

#container {
    background: none !important;
}

#header,
#leftColumn,
#counter {
    display: none;
}

.even,
.uneven {
    background-color: #fff;
}