body {
    background-color: rgb(153, 153, 153);
    font-family: "Glass Antiqua", serif;
}

p {
    font-size: 18pt;
}

h1 {
    font-size: 36pt;
    font-family: "Glass Antiqua", serif;
    font-weight: bold;
    text-shadow: 1px 1px 8px white;

}

h2 {
    font-size: 32pt;
    font-family: "Glass Antiqua", serif;
    font-weight: bold;
    text-shadow: 1px 1px 4px white;
}

#maintable {
    font-size: 24pt;
    border-radius: 5px;
    border: 5px ridge black;
}

#frame {
    border: 0px;
    width: 250px;
    height: 250px;
}

#midpad {
    width: 100%;
    height: 200px;
    border: 2px solid black;
}

table {
    border: 3px outset black;
    text-align: left;
    margin-inline: auto;
    margin: auto;
    padding: 3px;
}

tbody {
    margin: 15px;
    border: 3px outset black;
    font-size: 18pt;
    text-align: right;
}

th {
    border-left: 2px ridge black;
    border-bottom: 1px ridge black;
    border-radius: 5px;
}

td {
    border-right: 2px ridge black;
    border-bottom: 1px ridge black;
    margin: 10px;
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 20px;
    vertical-align: bottom;
    width: 20%;
}

hr {
    border-color: black;
    border-style: double;
    border-width: 3px;
    width: 650px;
    margin-right: 100%;
    margin-top: 0px;
    padding-top: 0px;
    box-shadow: 2px 2px 8px white;
}

.footertable {
    border: 5px double black;
    width: 50%;
    border-radius: 5px;
}

.footercell {
    width: 20%;
    text-align: center;

}

a:link {
    color: rgb(99, 99, 0);
}

a:visited {
    color: rgb(99, 99, 0);

}

a:hover {
    color: rgb(69, 92, 23);
}

a:active {
    color: black
}