body {
    font-family: segoe ui,arial;
    font-size: 10pt;
    background: #272727;
    color: white;
    margin: 24pt;
}

h5 {
    font-size: 8pt;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: gold;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    font-size: 16pt;
}

h2 {
    margin-top: 24pt;
    font-size: 12pt;
}

span.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}
