body {
    background: #000 url(https://www.dayid.org/support/dragonfly.jpg) no-repeat fixed top left;
    color: #fff;
    }
html body {
    min-width: 500px;
    max-width: 99%;
    width: auto;
    font-size: 14px;
    }
a    { text-decoration:none; }
a:link    { color:#5f0; }
a:visited { color: #0f0; }
a:active  { color: #fff; }
a:hover {
    color: #53ff00;
    text-decoration: underline;
    }
div#content {
    background: transparent url(https://www.dayid.org/support/black50.png) repeat scroll top left;
    border: 3px #000 double;
    padding-left: 10px;
}
div#footer {
    color: #000;
    font-size: 11px;
    text-align: center;
    }
div#header {
    border-bottom: 2px #000 dotted;
    color: #555;
    text-align: center;
    }
h1 { font-size: 20px; weight: bold; }
h2 { font-size: 18px; weight: bold; }
h3 { font-size: 16px; weight: bold; }
h4 { font-size: 14px; weight: bold; }
pre {
    background: transparent url(https://www.dayid.org/support/black50.png) repeat scroll top left;
    border: 2px #555 double;
    padding-left: 10px;
    font: normal normal 14px 'Courier New', Courier, FreeMono, monospace;
    }
