
body {
    font-family: Arial, sans-serif;
    padding: 20px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #f2f2f2;
}
img {
    max-height: 100px;
}
.logo {
    height: 80px;
}
.site-footer {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 2px solid #ccc;
    font-size: 0.95em;
    color: #555;
}
.site-footer a {
    text-decoration: none;
    color: #007B8A;
    margin-right: 10px;
}
.site-footer a:hover {
    text-decoration: underline;
}
