<style>


table{
border: 1px solid #b3d9ff;
border-collapse: collapse;
    width:100%;
}

th,td{
text-align: center;
    border-bottom: 1px solid #b3d9ff;
}


th:nth-child(n+1){
    background:#00aaff;
    color:white;
}

tr:hover {
    background-color: #99ddff;
}

</style>

