body {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    height: 100%;
    width: 100%;
}
header {
    background-color: #00000080;
    margin: 0;
    padding: 8px 0 8px 0;
    width: 100%;
}
.headerLinks {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.headerLinks > a:visited, .headerLinks > a:link {
    color: #00eeff;
}
.content {
    margin: 8px;
}
.styledTable {
    border: 1px solid black;
}
.styledTable td {
    padding: 4px;
}
.pixelated {
    image-rendering: pixelated;;
}
.liIndented {
    list-style-position: inside;
}