body {
    font-family: "Noto Sans", "Noto Sans Arabic", sans-serif;
    font-size: 14pt;
    max-width: 500pt;
    padding: 5pt 10pt;
    margin: 30pt auto;
    line-height: 1.6;
    color: black;
    background-color: white;
}

header {
    text-align: center;
}

a:link {
    color: blue;
}

a:visited {
    color: black;
}

a:hover {
    font-weight: bold;
}

footer {
    font-size: 7pt;
    text-align: center;
}
