            body
            {
                scrollbar-base-color: black;
                scrollbar-arrow-color: white;
                scrollbar-DarkShadow-Color: black;
                scrollbar-Track-Color: dark-red;
                background-color: black;
                color: white;
            }
            a
            {
                text-decoration: none;
                font-weight: bold
            }
            a:link
            {
                color: gray
            }
            a:visited
            {
                color: maroon
            }
            a:hover
            {
                color: white
            }
            h1
            {
                color: maroon
            }
