body {
    font-family: Arial, sans-serif;
    padding: 20px;
}

table {
    width: 300px;
    border-collapse: collapse;
    margin: 20px 0;
}

th, td {
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
}

th {
    background-color: #4CAF50;
    color: white;
}

a {
    text-decoration: none;
    color: #333;
    display: block;
}

a:hover {
    color: #4CAF50;
    font-weight: bold;
}

