
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Dejavu Sans", "Bitstream Vera Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #511D20;
    color: #fefefe;
}
body.whitebg {
    background-color: white;
    color: black;
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
}
    
h1 {
    font-weight: bold;
    font-style: italic;
    font-size: 250%;
}

h2 {
    font-style: italic;
    font-size: 180%;
}

h3 {
    font-weight: bold;
    font-size: 140%;
}
h1, h2, h3 {
    font-family: "Times new Roman", times, serif;
    color: #b99a91;
    padding-left: 3em;
}
.whitebg h1, .whitebg h2, .whitebg h3 {
    background-color: white;
    color: #511d20;
}

a, a:hover, a:visited {
    color: #fefefe;
    text-decoration: underline;
}
a:hover {
    background-color: #7c4c46;
    color: #fefefe;
    text-decoration: none;
}
.whitebg a, .whitebg a:hover, .whitebg a:visited {
    color: #511D20;
    background-color: white;
}


.firstpage a, .firstpage a:hover, .firstpage a:visited {
    text-decoration: none;
    color: #fefefe;
    background-color: #511d20;
}

.firstpage {
    font-family: "Times new Roman", times, serif;
    margin-top: 50px;
    width: 100%;
    font-style: italic;
    font-size: 800%;
    text-align: center;
}

.u {
    text-decoration: underline;
    font-style: inherit;
    font-weight: inherit;
}
.i {
    font-style: italic;
    text-decoration: inherit;
    font-weight: inherit;
}
.b {
    font-weight: bold;
    font-style: inherit;
    text-decoration: inherit;
}
.cite {
    font-style: italic;
    font-size: 110%;
    padding-left: 2em;
}

#header {
    background-color: #b99a91;
    color: #511d20;
    border-bottom: 3px solid black;
    font-size: 24px;
    height: 80px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* display: table-cell;
    vertical-align: middle; */
}

#header img {
    float: left;
}

ul#nav {
    background-color: #7c4c46;
    /* font-size: 120%; */
    position: absolute;
    left: 0;
    top: 83px;
    width: 15em;
    max-width: 15em;
    margin: 0;
    padding: 0;
    height: 100%;
}
#nav li {
    background-color: #7c4c46;
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
}
#nav a, #nav a:visited, #nav p {
    background-color: #7c4c46;
    color: #fefefe;
    display: block;
    margin: 0;
    padding: 0.3em 1ex;
    font-weight: bold;
    text-decoration: none;
}
#nav p {
    font-style: italic;
}
#nav a:hover {
    text-decoration: none;
    background-color: #622f2d
}
#nav ul {
    margin: 0;
    /* margin-left: 1em;*/
    text-indent: 1em;
    max-width: 15em;
    padding: 0;
}


#content {
    padding-top: 90px;
    /* margin-left: 18em; */
    border-left: 15em solid #7c4c46;
    padding-left: 3em;
    margin-right: 3em;
    text-align: justify;
    line-height: 1.4;
    /* text-indent: 1em; */
}
/* .whitebg, .whitebg * {
    background-color: white;
    color: black;
}
.whitebg {
    margin-left: 15em;
    margin-right: 0;
    padding-left: 3em;
    height: 100%;
}*/ 

#content img.fleft {
    float: left;
    margin: 1ex;
    margin-left: 0;
}

#content img.fright {
    float: right;
    margin: 1ex;
    margin-right: 0;
}
