.centerDiv {  
display: flex; 
justify-content: center; 
align-items: center;} 

.center {
  margin-left: auto;
  margin-right: auto;
}

.pBor {
 border: 1px solid black;
}

p{
  text-align: center;
  font-family: arial black;
  font-weight: bold;
}

h1 {
  text-align: center;
  font-style: italic;
  font-family: arial black;
}

h5 {
  text-align: center;
  font-style: italic;
  font-family: arial black;
  margin-top: 5px;
}

A:link {font:italic 13pt arial black; color:blue}
A:visited { color:blue}
A:active {font:italic 10pt arial black; color:orange}
A:hover {color:orange;}

.dotted {
  border-top: 3px dotted;
}

table, th, td {
  border: 1px solid black;
  table-layout: fixed;
  width:50%;
  height:53px;
}



th, td{
  padding:6px;
  text-align: center;
}

th{
  text-align: center;
  font-family: arial black;
  font-size: 20px;
  font-weight: bold;
  margin-top:0;
  margin-bottom:0;
}

td{
  text-align: center;
  font-family: arial black;
  font-size: 10pt;
}