/* print.css */
header, nav, footer, aside, .no-print {
    display: none !important;
    size: letter portrait;
    body{ background-color:#FFFFFF; background-image:none; color:#000000 }
    #ad{ display:none;}
    #leftbar{ display:none;}
    #contentarea{ width:100%;}
}

body::after {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "\00A9 Copyright Abbydale Systems. All rights reserved. 2015-2026";
    display: block;
    text-align: center;
    margin-top: 40px;
    font-size: 10pt;
    color: #000;
}
.noprint{
   display:none;
}

