<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    background-color: #882222;
    background-image: url(images/background-tile.png);
    background-position: top left;
    background-repeat: repeat;
    padding: 0;
    height: 100%;
}

html::before {
    content: "";
    background-color: transparent;
    background-image: url(images/gradients-deep.png);
    background-position: top;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

body {
    background-color: #ffffcc;
    box-sizing: border-box;
    color: #441111;
    font: normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
    margin: 30px auto 40px auto;
    max-width: 960px;
    padding: 10px;
    position: relative;
}

h1 {
    font-size: 22px;
    font-weight: 400;
}

h2 {
    font-size: 11px;
}

a:link,
a:active,
a:hover,
a:focus,
a:visited {
    color: #880000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    padding: 8px;
    background: #ffffff;
    border: 1px solid #660000;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

blockquote {
    margin: 0 auto;
    max-width: 440px;
}

.home {
    background-color: transparent;
    background-image: url(images/gradients-deep.png);
    background-position: bottom;
    background-repeat: repeat-x;
    text-align: center;
    font-size: 110%;
    line-height: 1.4;
    margin: 0 auto;
    padding: 30px;
}

.author {
    font-size: 110%;
}</pre></body></html>