body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background: #f4f4f4;
}

h1 {
    color: #333;
}

table {
    background: white;
    border-collapse: collapse;
}

td, th {
    padding: 8px 12px;
}

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