
    <style>
    @page {
        size: A4;
        margin: 2cm;
    }
    body {
        font-family: DejaVu Sans, sans-serif;
        font-size: 12px;
        color: #000;
    }
    h1, h2, h3 {
        page-break-after: avoid;
    }
    p {
        orphans: 3;
        windows: 3;
    }
    table {
        width: 100%;
        border-collapse: collapse;
    }
    td, th {
        padding: 5px;
        border: 1px solid #ccc;
    }
</style>

