html {
    padding: 0;
    margin: 0;
    background-image: url(https://lokigames.twolife.be/back_stripe_blur3.gif);
    background-color: black;
    background-repeat: repeat-y;
}
body {
    font-family: Arial, Helvetica, sans-serif; font-size: 12pt;
    background-image:
        url(https://lokigames.twolife.be/loki_white.svg),
        url(https://lokigames.twolife.be/loki_logo_big.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 15em, 6em 6em;
    background-position: right 8em top 0.5em, right 3em top 0.5em;
    color: #CCCCCC;
    margin: 0 5%;
}
a:link { color: #B08F6F; text-decoration: none; }
a:visited { color: #B08F6F; text-decoration: none; }
a:active { color: #3366CC; text-decoration: none; }

table#indexlist {
    width: 100%;
    margin-top: 5em;
}
table#indexlist tr.indexhead th { text-align: left }
table#indexlist tr td.indexcolicon { width: 2em }
