html, body, p, div, h1, h2, h3, h4, h5, h6, img, pre, form, fieldset {
    margin: 10px;
    padding: 0;
}

h3, h4, h5, h6, img, p {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 100px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
}

h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 50px;
}

ol, ul {
    margin-left: 10px;
}

a {
    color: green;
    text-decoration: none;
}
code {
    background: beige;
    font-family: Calibri, "Helvetica", san-serif;
    line-height: 1.5em;
    color: black;
    font-style: italic;
}

.headline {
    font-family: Calibri, "Helvetica", san-serif;
    line-height: 1.5em;
    color: black;
    font-size: 20px;
}

#breadcrumb-section {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 350px;
    margin-left: 30px;

    border-style: solid;
    border-width: 1px;

    background: azure;
}

#breadcrumbs {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 250px;
    margin-left: 30px;
}

.page-metadata {
    background: white;
    color: white;
}

.footer-body {
    background: white;
    color: white;
}

#footer-logo {
    background: white;
    color: white;
}

.pageSectionHeader {
    background: darkgrey;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 250px;
    margin-left: 30px;
}

.pageSectionTitle {
    font-family: "Comic Sans MS", cursive, sans-serif;
    line-height: 1.5em;
    color: black;
    font-size: 35px;
    font-weight: bold;
}

#title-text {
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 30px;
    color: black;
}

.aui-page-panel {

}

ul.indexSection {
    margin-left: 0;
}
