body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #FFD700;
    color: #990000;
}

h1, h2 {
    color: #CC0000;
}

table {
    width: 50%;
    margin: auto;
    border-collapse: collapse;
    background: white;
}

th, td {
    border: 1px solid #990000;
    padding: 10px;
}

th {
    background: #CC0000;
    color: white;
}

a {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
