@media print {
    a {
        text-decoration: underline;
        color: black;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
}
