

table {
    border-collapse:collapse;
  background-color:#E6E6E6;
    font-size:8pt;
}

 td{
    padding:1px;
}

 tr:hover{
    background:grey;
}
 th {
    background-color:blue;
    color:white;
}


