﻿body {
    margin: 50px 100px 0px 100px;
    font-family: Arial, Times New Roman;
    color: Black;
    background-color: White;
    font-size:larger;
}

.center {
    text-align: center;
}
div.header {
    font-size: 2em;
}

div.footer {
    font-size: smaller;
    text-align: center;
}
.backToIndexDiv {
    margin-top: 10px;
    font-size: smaller;
}

.subtitleDiv {
    margin-top: 10px;
    margin-left: 25px;
    font-weight: bold;
}

.topLevelDiv {
}

.subLevelDiv {
    margin-left: 25px;
}
.insetDiv {
    margin-left: 25px;
    margin-bottom: 5px;
}