body , tr, td{
line-height:170%;
font-size:16px;
}

h1 {
 font-size : 18px;
 margin: 12px;
}

h2 {
  padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
  background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}

.pagelink {
    display: block;
    background-color: #fffdf9;
    padding: 0px 7px 0px 7px;
    border: 1px solid;
    border-color: #ffaf69;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.box28 {
    position: relative;
    margin: 0 0;
    padding: 25px 8px 5px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
