﻿body {
    font-family: "Arial";
    background-color: darkseagreen;
}
.tableSetup {
    text-align: center;
    width: 100%;
}
.centerMe {
    text-align: center;
}
.heading {
    font-family: "Arial";
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.headingSmall {
    font-family: "Arial";
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.headingCopyright {
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}