body {
    font-family: Arial, sans-serif;
}

table.classification-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #b4e7b4;
}

.classification-table th,
.classification-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.classification-table th {
    background-color: #f1f1f1;
    color: #333;
}

.classification-table td a {
    color: #008cba;
    text-decoration: none;
}

.classification-table td a:hover {
    text-decoration: underline;
}
/*second table */
table #second {
    width: 50%;
    border-collapse: collapse;
    margin: 20px 0;
}
table, th, td {
    border: 1px solid black;
}
th, td {
    padding: 10px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
}