@media print {
    body {
        background: #fff;
    }

    p.content-font,
    div.content-font {
        color: #000 !important;
    }

    p.content-font,
    div.content-font span {
        color: #000 !important;
    }

    .article-header-title {
        color: #000 !important;
    }

    #topcontrol {
        display: none!important;
    }
}