
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #222;
}
header {
    background: #0A1F44;
    color: white;
    text-align: center;
    padding: 40px 20px;
}
.logo {
    max-height: 60px;
    margin-bottom: 10px;
}
section {
    padding: 30px 20px;
    border-bottom: 1px solid #eee;
}
section h2 {
    color: #0A1F44;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
table, th, td {
    border: 1px solid #ccc;
}
th, td {
    padding: 10px;
    text-align: left;
}
footer {
    text-align: center;
    padding: 20px;
    background: #f2f2f2;
    font-size: 14px;
}
a {
    color: #0A1F44;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
