@charset "utf-8";
h1,h2{
  color: #5b9bd5;
}
h1{
  text-align: center;
  font-size: 24px;
  padding-top: 2em;
  margin-bottom: 1em;
}
h2{
  line-height: 2.2;
  border-bottom: 1px solid #5b9bd5;
  font-size: 16px;
}
p{
  margin:0;
  padding:0;
  line-height: 2.2;
}
li{
  line-height: 2.2;
}

