body {
    font-family: Arial, sans-serif;
    margin: 20px;
    color: #333;
}
h1 {
    color: #000;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    text-align: left;
    padding: 8px;
}
th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
a {
    text-decoration: none;
    color: #007bff;
}
a:hover {
    text-decoration: underline;
}
