 #myTable{
     font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
     border-collapse: collapse;
  }
  #myTable td{
     border: solid 1px #3677E8;
     padding: 10px;
     font-size: 20px;
     font-weight: bold;
     text-align: center;
  }
  #myTable tr{
     background-color: #FFFFFF;
     color: #000205;
  }
  #myTable tr:hover{
     background-color: #c4d7f3;
     color: #F20E0E;
  }
  #myTable th{
     border: solid 1px #3677E8;
     padding: 10px;
     color: #000000;
     background-color: #c4d7f3;
     text-align: center;
     font-size: 20px;
  }
