body  {background: url(img/road.jpg)  ;
      color: white;}
h1    {color: white;
      text-align: center;
      }
p     {color: white;}
table {color: white;
       background-color: #cd3335;
       border: 2px solid white;}
th {color: white;
    font-family: times new roman, serif;
    font-size: 28pt;
    text-align: center;
    height: 100px;
    width: 180px;}
td {background-color: #1d1d1b;
    color: white;
    font-family: Georgia, serif;
    font-size: 16pt;
    border: 2px solid white;
    text-align: center;
    height:100px;
    width:100px;
  }
td#F{
    background-color: green
  }
td#P{
    background-color: red
  }
a:link   {color: red;

  }
a:visited {color: orange;}
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }
