@import url(https://fonts.googleapis.com/css?family=Raleway:200,400,600);
body, html { background: #191919; margin:0; }
html { font: 16px/1.4 Raleway, 'Helvetica Neue', Helvetica, sans-serif; color: #cb4b16; font-weight: 800; }

/* HEADER TEXT */
pre { text-align: center; }

/* INDEX OF */
h2 { font-weight: 200; font-size: 20px; margin: 10px 35px; }

/* DIR LISTING */
div.list { background: #111; padding: 10px 35px; }

td { padding: 0 10px; line-height: 28px; }
tr:hover { background: black; }

/* HYPERLINKS */
a { color: #CCCCAA; }           /* #32C6FF */
a:visited { color: #CCCCAA; }   /* #BD32FF */
a:hover { color: #FFB050; }     /* #cb4b16 */

/* AFFTTER DDIR LISTING */
div.foot { text-align: center; color: #777; margin-top: 25px; padding: 10px 25px; }
.foot::after {color: #fe8019;
    content: "'Truth will ultimately prevail where there is pains to bring it to light.' - George Washington ";
        opacity: 0.4;
        }

