<style>
.tablet1{
    width:100%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #2ea86f;
}

th, td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #2ea86f;
}

a {
    color: black;
    text-decoration: none;
}
</style>