

TABLE {

  float: none;

  margin-top: 50px;

}



H1 {

  font-family: sans-serif;

  font-size: 22pt;

  font-style: normal;

  font-variant: normal;

  font-weight: 600;

  text-align: center;

  color: blue;

  vertical-align: middle;

  line-height: 25pt;

}



.links {

  font-family: sans-serif;

  font-size: 14pt;

  text-align: center;

  color: blue;


  font-weight: 500;

  word-spacing: 80pt;

}



A {

  text-decoration: none;
  color: #0000FF;
}



A:hover {

  text-decoration: underline;

  color: #000000;

}



.main {

  border-top: 2pt black none;

  border-right: 2pt black none;

  border-bottom: 2pt black none;

  border-left: 2pt black none;

}



H2 {

  font-family: sans-serif;

  font-size: 12pt;

  font-weight: 600;

  text-align: center;

}

p {

 font-family: Arial;

 font-size: 14pt;

 text-align: center;

 color: #000000;

}



td {

 font-family: Arial;

 font-size: 11pt;

}