body {color:black;
      background-color:#fff99d;
      font-family:arial,helvetica,sans-serif;
      }

h1  {color:red;
    background-color:transparent;
    font-style:italic;
    text-align:center;
    font-family:"Times New Roman", serif;
    }

h1, h2, h3 {text-align:center;
    }

table.tc {width:75%;
       margin-left: auto;
       margin-right:auto;
       color:black;
       background-color:#ddd;
       font-size:small;
       }

table.tfoot {width:70%;
       margin-left: auto;
       margin-right:auto;
       color:black;
       background-color:red;
       }

td {color:black;
    background-color:#ddd;
    text-align:center;
    }

td.red {color:red;
        background-color:transparent;
        }

th {color:white;
     background-color:red;
     text-align:center;
     }

th a{color:white;
     background-color:red;}



