 
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
    align-content: center;
  }
 
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

body{
  background-color: lightgray;
}
  .h1 label{
  	color: white;
  }
  head{
  	background-color: lightgray;
  }

  div{
  	background-color: lightgray;
  }
  h1{
    text-align: center;
    height: 110pt;
    font-style: italic;
  	background-color: gray;
  }


.table1{
  border-collapse: collapse;
  width: 10%;
}

#footer{
  height: 40pt;
  float: bottom;
  background-color: gray;
 }