body
{
    font-family: 'Courier New', Courier, monospace;
}
td
{
    font-size: 14px;
}
a
{
    text-decoration: none;
}
.userform
{
    padding: 4px;
}
.loginform
{
    display: grid;
}
form, label, table
{
    margin: auto;
}
div
{
    align-items: center;
    display: grid;
}
input, .abutton
{
    margin: auto;
    border: 1px solid;
    border-radius: 8px;
}
header, footer
{
    display: flex;
    justify-content: center;
    text-decoration: auto;
}
table
{
    max-width: 50%;
}
tr:nth-child(even)
{
    background-color: lightgray;
}
