



body {
  background-color: rgb(78%,80%,80%);
  font-family: times ;
}
h1{
  color:black;
  font-weight: bolder;
  font-size:2.4em;
  }
p{
  color:black;
  font-weight: normal;
  font-size:1.5em;
  }
nav{
  color:black;
  font-weight: normal;
  font-size:1.5em;
  }  
  
footer{
  color:#fff;
  
  
  
  }
  

  
table{
    font-family: arial, helvetica, sans-serif;
    font-size:0.8em;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#333;
    
  }
th,td{
  padding:0.5em;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#333;  
  
}



th{
  background-color:#e2e2e2;
  }

td{
  background-color:#f0f0f0;
  }






