body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #4CAF50;
    color: white;
}

input[type="button"] {
    width: 100%;
    padding: 5px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

input[type="button"]:hover {
    background-color: #45a049;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}

#Instructions {
    margin-top: 20px;
    font-style: italic;
}

.TD.HighLighted {
    color: rgb(255, 0, 255);
    font-size: 150%;
}