thead {
    color:yellow;
    background-color: #009900;
}
tbody {
    color:blue;
    background-color: #FFFFFF;
}
tfoot{
    color:blue;
    background-color: white;
}
table, th, td {
    border: 0px solid orange;
}
body {
    background-color:lightblue;
}

.c_tabl{
    color:white;
    background-color: blue;
    text-align: center;
}