h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin: 12px 0;
    color: #000079;
    background-color: #00DB00;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #7e3d76;
}