body {
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
a{
  color:#000;
  text-decoration:none;
}
a:hover{
  color:#999;
}
h1 {
  font-family: 'Droid Serif', serif;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  font-family: 'Droid Serif', serif;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  font-family: 'Droid Serif', serif;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-right: 100px;
  margin-bottom: 5px;
  margin-left: 100px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.head {
  display: block;
  float: none;
  clear: both;
}
.foot {
  display: block;
  clear: both;
}
.row {
  display: block;
  margin-bottom: 20px;
  clear: both;
}
.commaseparated{
  margin:auto;
  float:none;
  width:70%;
  display:inline-block;
}
.commaseparated li{
  float:left;
  margin-left:4px;
}
.commaseparated li:after{
  content:",";
}
.commaseparated li:last-child:after{
  content:"";
}
hr{
  display:block;
  clear:both;
  width:90%;
  margin-top:2em;
  margin-bottom:2em;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  p {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 26px;
  }
}