body {
    font-family: monospace;
    font-size: 1em;
    margin: 0.0em;
    padding: 0.0em;
}

header, main, footer {
    padding: 0em !important;
}

main {
    padding-bottom: 1em !important;
}

header, footer {
    background-color: #f2f2f2;
}

nav {
    margin: 0em;
}

h1, h2, h3, h4, h5 {
    margin: 0.5em 0em;
}

h1 {
    font-size: 2.25em;
    text-align: center;
}

h2 {
    font-size: 1.5em;
    text-align: center;
}

h3 {
    font-size: 1.25em;
    font-weight: bold;
}

h4, h5 {
    font-size: 1.0em;
}

p {
    line-height: 1.75em;
    margin-bottom: 1em;
}

header p, footer p {
    margin: 0.0em;
}

footer p {
    font-size: 0.75em;
}

li {
    line-height: 1.5em;
    margin-bottom: 1em;
}

nav li {
    margin: 0em;
}

dd {
    line-height: 1.5em;
    margin: 0em;
}

a, a:visited {
    color: #aa0000 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

a:active, a:hover {
    color: #aa0000 !important;
    text-decoration: underline !important;
}

a.breadcrumb-link, a.breadcrumb-link:visited {
    color: #666666;
}

a.breadcrumb-link:active, a.breadcrumb-link:hover {
    color: #666666;
    text-decoration: underline;
}

a.area-link, a.area-link:visited {
    display: block;
    background-color: #eeeeee;
    color: #000000 !important;
    font-weight: normal !important;
    text-decoration: none!important;
    padding: 0.5em;
    margin-bottom: 1em;
    border-left: 10px solid #666666;
}

a.area-link:active, a.area-link:hover {
    display: block;
    color: #000000 !important;
    font-weight: normal !important;
    background-color: #cccccc;
    text-decoration: none!important;
}

a.box-link, a.box-link:visited {
    display: block;
    text-decoration: none!important;
    background-color: #666666; 
    padding: 1em; 
    border: 5px solid #ffffff;
    color: #ffffff !important;
}

a.box-link:active, a.box-link:hover {
    display: block;
    background-color: #cccccc;
    color: #666666 !important;
    text-decoration: none!important;
}

.img-fluid {
    width: 100%;
}

table.table {
    font-size: 0.8em
}
