﻿@media print {
    * { background: #fff; }
    body { font-family: arial; color: black; }
    a:link, a:visited { border-bottom-width: 1px; border-bottom-style: solid; }
    .pagebreak{ page-break-after: always; }
    .noprint{ display:none; }
}