div{ 
margin-top: 10px;
margin-bottom: 10px;
}

h7{
  font-weight: bold
}

table{
background: white;
border-collapse: collapse;
border: black 3px solid;
text-align: left;
}

th{
  font-weight: normal;
  padding: 2px 5px 2px 5px;
}


 ul{
   list-style-type: none;
   text-align: left;
   padding-left: 0px;
   margin: 0;
   
}

 li{
   display: inline ;
   text-align: left;

}

 li a {
   padding: 2px 7px 2px 7px;
   color: #666;
   background-color: #eeeeee;
   border: 1px solid #ccc;
   text-decoration: none;
}

 li a:hover{
   background-color: #333333;
   color: #ffffff;
}
  
  
 
body {
  background-color: #CCD684;
  color: black;
  font-family: Calibri;
  line-height: 20px;
  } 
  
  

footer{
    display: none;
    text-align: center;
}                

 h1 {
display: none;
}

                    