body{
    background-color:#000000;
}

#table{
    width:350px;
    height:350px;
}

th,td{
    border:solid 3px white;
    color:#FFFFFF;
    cursor:pointer;
    text-align:center;
}