body {
    background-color: #f4efe6;
    color: #2f2a24;
    font-family: Arial, sans-serif;
    margin: 30px;
}

h1 {
    color: #7a2e2e;
    font-size: 36px;
    text-align: center;
}

h2 {
    color: #295c5c;
    font-size: 26px;
}

h3 {
    color: #7a2e2e;
    font-size: 20px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

table {
    margin: 20px 0;
    padding: 10px;
    background-color: #fff8ed;
}

td {
    padding: 12px;
    vertical-align: top;
}

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

a:hover {
    text-decoration: underline;
}
