body,ul {
  font-size : 1rem;
  line-height : 2rem;
}
h1,h2,strong {
  font-size : 1rem;
  line-height : 2rem;
  font-weight : normal;
  margin : 0px;
}
div {
  max-width : 800px;
  margin : 0px auto;
}
p {
  text-align : center;
}
th {
  background-color : #eeeeee;
}
hr {
  height : 1px;
  border-width : 0px;
  background-color : #000000;
}
