body
{
    background: #1d1919;
    color: #aaaaaa;
    padding: 20px;
    margin: 0px;    

}

body, td
{
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 1em;
}

ul
{
    list-style-type: none;
}

h1, h2, h3
{
    font-size: 1em;
}

ul, h2, h3
{
    padding: 5px 0px;
    margin: 0px;
}

tr:nth-child(even)
{
    background: #272121;
}

td, th
{
    padding: 9px 30px;
}

th
{
    color: #000000;
    background: #612C63;
}

th:hover
{
    background: #843C86;
}

a:link
{
    color: #5792BB;
    text-decoration: none;
}

td a:visited
{
    color: #8f8f8f;
}

a:hover, tr:hover a:hover
{
    color: #843C86;
}

a:visited
{
    color: #888888;
    text-decoration: none;
}

tr:hover
{
    background: #0c0c0c;
}

tr:hover a:link, tr:hover a:visited
{
    color: #843C86;
}

tr:hover a:hover
{
    color: #B951BD;
}

.title
{
    color: #855986;
}

div#navigation
{
    margin: 20px 0px;
    padding: 20px;
    background: #111111;
}