body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    padding: 20px;
}
h1 { color: #333; }
table {
    border-collapse: collapse;
    width: 100%;
    background: white;
}
th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}
a {
    color: #007BFF;
    text-decoration: none;
}
button {
    padding: 6px 12px;
    margin-top: 10px;
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
}
button:hover { background: #0056b3; }