h1 {
    color: #70ceee;
    font-size: 40px;
}
h2, h3 {
    font-size: 22px;
}
h4 {
    color: #70ceee;
    font-size: 15px;
}
hr {
    border: 0;
    width: 100%;
    height: 3px;
    background: #70ceee;
    background: -moz-linear-gradient(left, #70ceee 0%, #dbfa7d 100%);
    background: -webkit-linear-gradient(left, #70ceee 0%,#dbfa7d 100%);
    background: linear-gradient(to right, #70ceee 0%,#dbfa7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ceee', endColorstr='#dbfa7d',GradientType=1 );
    margin: 0 0 18px;
}