table{
    margin: 0 auto;
    text-align:center;
}

a{
  text-decoration: none;
  color: rgb(20,71,94);
}

a:hover{
    color:#CF001C;
}

