<style>
table, th, td {
border: 1px solid black;
border-radius:5px;
border-top-color:#1859AC;
}
tr:first-child {
background: #1859AC;
font-family: Castellar;
font-size:15px;
color:white;
tr:nth-child(even) {
background-color: #D6EEEE;
</style>