body {
    background-image: url("/images/gradent_bg.gif");
    background-color: black;
    color: white;
    font-family: monospace;
  }
  .table {
    color: mediumblue
    }
  head {text-align: center}
  body {text-align: center}
  h1 {color: midnightBlue;}
    h2 {color: midnightBlue;}
         h3 {color: midnightBlue;}
             h4 {color: midnightBlue;}
                 h5 {color: midnightBlue;}

td {background-color: cadetblue;}
th {border: 10px solid blue;}