@media print {
    body {
        font-size: 10pt;
    }
    code, pre {
        font-size: 9pt;
    }
    h1 { font-size: 20pt; }
    h2 { font-size: 16pt; }
    h3 { font-size: 13pt; }
    table { font-size: 9pt; }
}
