body {
    font-family: Verdana, sans-serif;
    font-size: 150%;
    color: #000099;
    background-color: #f4f4f4;
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
}

.container {
    max-width: 800px; /* Or whatever maximum width you prefer */
    margin: 0 auto; /* This centers the container */
    padding: 20px; /* Add some padding inside the container */
    text-align: left; /* Ensure text inside container is left-aligned */
}

table {
    margin-left: auto;
    margin-right: auto;
}

#helpText {
    text-align: left; /* Ensure help text is left-aligned */
}

footer {
    text-align: center; /* Center the footer content */
    margin-top: 20px; /* Add some space above the footer */
}
