body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 40px;
    background-color: #f9f9f9;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    padding: 12px;
    border: 1px solid #ccc;
    text-align: left;
}
th {
    background-color: #ddd;
    font-weight: normal;
}
td {
    background-color: #eee;
    font-weight: normal;
}
a {
    color: #3366cc;
    text-decoration: none;
}
