<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Verdana, sans-serif;
    background-color: deepskyblue;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: white;
}
h1 {
    text-align: center;
}
h2 {
    border-top: solid 2px #4E0102;
    padding-top: 1em;
    text-align: center;
}
h3 { 
    border-style: solid;
    border-color: ghostwhite;
    border-radius: 5px;
    text-align: center;
}
em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
    background: #F0ECEC;
    margin:1em;
    font-style: italic;
}
#navigation {
    font-family: Georgia, serif;
    font-size: 100%;
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    text-align: center;
}
li {
    display: inline;
    list-style-type: none;
}
a:link, a:visited, a:active {
    color:white; text-decoration: underline; font-weight: bold;
}
a:hover {
    color:white; text-decoration: underline; font-weight: bold;
}
#content {
    width: 75%;
    margin: 10px auto;
    padding: 1em 3em;
}
.current {
    text-decoration: underline; font-weight: bold;
}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: #4E0102;
}
.firstWord{
    text-transform: uppercase;
}
#firstStory {
    color: #17037A;
}</pre></body></html>