table {
    border-spacing: 0px;
}
td {
    text-align: center;
    border: solid black 1px;
}
th {
    text-align: center;
    border: solid black 1px;
    background: LightGray;
}