body {
    font-family: Arial, sans-serif;
    margin: 0;
}

table {
    border-collapse: collapse;
    box-shadow: 2px 3px 5px #222222;
    margin-bottom: 20pt;
}

th {
    background-color: #414690;
    border: 1px solid #ddd;
    color: white;
    padding-bottom: 12px;
    padding-top: 12px;
    padding: 8px;
    text-align: center;
}

td {
    border: 1px solid #ddd;
    padding: 8px;
}

tr:hover {
    background-color: #ddd;
}

.title {
    font-size: x-large;
    margin-bottom: 20pt;
    text-align: center;
}

.header {
    background-color: #22245f;
    border: 0px;
    box-shadow: 0px 3px 5px #222222;
    color: white;
    display: inline-block;
    font-size: x-large;
    margin: 0;
    overflow: auto;
    padding: 10pt;
    text-align: center;
    width: 100%;
}

.menu {
    background-color: #414690;
    border: 0px;
    box-shadow: 0px 3px 5px #222222;
    margin: 0;
    padding: 0pt;
    width: 100%;
}

.menuitem {
    color: white;
    display: inline-block;
    border-right: 2px solid #27296d;
    padding: 5pt;
}

.menuitem a:link, .menuitem a:visited, .menuitem a:hover, .menuitem a:active {
    color: white;
}

.note {
    background-color: #fffdfb;
    border-radius: 10pt;
    border-style: solid;
    border:1px solid lightcoral;
    box-shadow: 2px 3px 5px #222222;
    font-size: medium;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20pt;
    max-width: 50%;
    padding: 3pt 1pt;
}

.widenote {
    background-color: #fffdfb;
    border-radius: 10pt;
    border-style: solid;
    border:1px solid lightcoral;
    box-shadow: 2px 3px 5px #222222;
    font-size: medium;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20pt;
    max-width: 95%;
    padding: 4pt 8pt;
}

input[type=submit] {
    background-color: green;
    border-radius: 10pt;
    border: none;
    box-shadow: 2px 3px 5px #222222;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20pt;
    padding: 5pt 10pt;
    text-align: center;
    text-decoration: none;
}