body {
    padding-left: 0em;
    font-family: Arial, Helvetica, "Times New Roman", Times, Palatino, serif;
    color: #331805;
    background-color: rgb(255, 231, 186) }
oldbgcolor {
    color: #331805;
    background-color: #bb8855 }
address {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
pre { font-family: monospace; }
h2 {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: thin dotted }
h3 {
    position: relative;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: none }
blockquote {
    position: relative;
    font-family: Courier, monospace, Arial;
    margin-left: 5em;
    margin-right: 5em;
    margin-bottom: 2em;
    margin-top: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    }
blockquote_former {
    position: relative;
    font-family: Courier, monospace, Arial;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: thin dotted;
    border-left: thin dotted;
    border-bottom: thin dotted;
    border-right: thin dotted;
    }
ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em }
ul.navbar li {
    color: black;
    background: white;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid black }
ul.navbar a {
    text-decoration: none }
li {}
li.important { text-decoration: blink }
li.bigger {
    font-weight: bold;
    font-size: larger }
a:link {
    color: blue;
    background-color: rgb(255, 231, 186) }
a:visited {
    color: rgb(170,0,255);
    background-color: rgb(255, 231, 186) }
a:active {
    color: rgb(255,85,255);
    background-color: rgb(255, 231, 186) }
