﻿@media print {
    html, body {
        font-size: 16pt !important; /* changing to 10pt has no impact */
    }
    body {
        background-color: #ffffff;
        color: black;
        font-size:16px !important ;
    }
    .fKutu{font-size:1.1rem !important;}
    .btn{display:none;}
    h1, h2, h3, h4, h5, h6, p, div, span {
        color: black;
    }

    .noPrint, #sfooter, #footer {
        display: none !important;
        Visibility: visible !important;
    }
    a {
        text-decoration:none !important;color:#000;
    }
}
