body{
}

h1{
    font-size: 2em;
    background-color: #f99;
}

table thead tr th {
    background-color: #f99;

}
table tbody tr th {
    background-color: #fdd;

}
