*::selection { background-color: #833; color: #ccc; }
html {
    background-color: #111;
    color: #999;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-size: 12pt;
    text-align: justify;
}
body {
    margin: auto;
    max-width: 45em;
    padding: 1em;
}
h1 {
    margin: 10px;
    margin-bottom: 0;
}
h1, h2, h3, h4 {
    color: #ccc;
}
h1, h3, .center {
    text-align: center;
}
h4 {
    border-bottom: 1px solid;
}
p {
    line-height: 1.2;
}
em, strong, i, b {
    color: #99c;
}
a {
    color: #dac;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
blockquote {
    padding: 0 0.5em;
    border-left: 3px solid #833;
    color: #ccc;
}
code {
    line-height: 0.8em;
    font-size: 1.2em;
    font-family: 'Courier New', Courier, monospace;
    color: #ccc;
    font-weight: bold;
}
hr {
    width: 70%;
    border-style: dashed;
    color: #99c;
    margin: auto;
}
img {
    max-width: 80%;
}
.center {
    display: block;
    margin: auto;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}