html{
  text-align: center;
}
body{
  width: 960px;
  text-align: justify;
  margin: 0 auto;
}


p{
  font-size: 14px;
  line-height: 25px;
  color: #575757;
}

h1{
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #575757;
}
h2{
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  color: #575757;
}
h3{
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  color: #575757;
}
h4{
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  color: #575757;
}

table, tr, td, th{
  vertical-align: top;
}