* {
    margin: 0px;
    padding: 0px;
}

p {
    margin-left: 1em;
    margin-top: 10px;
    text-indent: 2em;
}

li {
    margin-left: 3em;
}

body, html {
    background: lightgrey;
    width: 100%;

}

h1,h2,h3 {
    background: black;
    color: yellow;
    margin-top: 2px;
}

h2 { padding-left: 1% }
h3 { padding-left: 3% }

img.header_portrait {
    float:right;
    position:relative;
    top:-50px;
    display:inline;
    height: 100px;
    width: 90px;
}

div.mainbody {
    height: 100%;
    width: 100%;
}

div.dirlisting {
    font-family: serif;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    min-height: 100%;
    height: 100%;
    width: 15em;
}

div.dirlisting li {
    margin-left: 50px;
}
div.dirbody {
    font-family: sans-serif;
    position: absolute;
    left: 20%;
    max-width: 48em;
}

div.navbar {
    font-family: serif;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    margin-bottom: 20px;
    background-color: black;
    border-bottom-style: solid;
    border-color: yellow;
    color: yellow;
}

div.navbar a:visited {
    text-decoration: none;
    color: yellow;
}

div.navbar a:hover {
    text-decoration: underline;
    color: yellow;
    background-color: black;
    
}

div.navbar a{
    text-decoration: none;
    color: yellow;
}

div.breadcrumbs {
    font-size: smaller;
}
ul.navbarlist {
    width: 100%;
}
ul.navbarlist li {
    font-size: 2em;
    display: inline;
    list-style-type: none;
    margin-right: 7.5%;
    margin-left: 0px;
}
