  * {
        font-family: "DotGothic16", sans-serif;
        text-transform: lowercase;
        cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto !important;
    }

    body {
        font-size: 10px;
        line-height: 12px;
    }

    html {
        image-rendering: pixelated;
    }

    h1 {
        font-size: 15px;
        font-weight: lighter;
    }

    a {
        color: default;
    }

    a:hover {
        color: rgb(167, 18, 18);
    }

    .tree-view {
        list-style: none;
        padding-left: 0;
    }

    .tree-view ul {
        list-style-type: circle;
        padding-left: 25px;
    }

    small {
        font-size: 9px;
    }
