.bg{
  background-color: rgb(38, 38, 38); 
  width: 100%;
  height: 100%;
}
h3{
  font-family: Calibri; 
  font-size: 25pt;         
  font-style: normal; 
  font-weight: bold; 
  color:white;
  text-align: center; 
  text-decoration: underline
}

table{
  font-family: Calibri; 
  color:white; 
  font-size: 11pt; 
  font-style: normal;
  font-weight: bold;
  text-align: left;
  float: left;
  background-color: rgb(38, 38, 38); 
  border-collapse: collapse; 
}
table.inner{
  border: 0px
}