*::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;
}
header nav ol {
    list-style-type: none;
    padding-left: 0;
}
header nav ol li { display: inline; color: #ccc; font-family: Verdana, Geneva, Tahoma, sans-serif; }
header nav ol li:last-of-type {
    font-style: italic;
}
header nav ol li a::after { 
  display: inline-block;
  color: #999;
  content: ">";
  padding-left: 0.2em;
}
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;
    clear: both; 
}
code {
    line-height: 0.75em;
    font-size: 1.2em;
    font-family: monospace;
    color: #ccc;
}
blockquote:has(code)
{ text-align: left; font-size: 0.75em; }
hr {
    width: 70%;
    border-style: dashed;
    color: #99c;
    margin: auto;
}
img {
    max-width: 80%;
}
.center {
    display: block;
    margin: auto;
}
.left {
    text-align: left;
}
.leftimg {
    float: left;
}
.right {
    text-align: right;
}
.rightimg {
    float: right;
}