@media print {
    img, .contact, hr, footer {
        display: none;
    }

    p, a, strong, i, li {
        font-size: 13pt;
        text-decoration: none;
    }

    h3 {
        font-size: 14pt;
        font-weight: bold;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 16pt;
        font-weight: bold;
        margin-top: 20px;
    }
}
