 
H1{
  font-size : 130%;
  color : white;
  text-align : center;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}
.table1{
  font-size : 80%;
  padding-top : 7px;
  padding-left : 7px;
}
A{
  color : navy;
  text-decoration : none;
}
A:hover{
  color : white;
  text-decoration : underline;
}