div#blogTitle {
    background: #217467;
}

#p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}

h3 {
    color: #fff;
    background-color: #217467;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
    text-align: center;
    
}

h4 {
    color: #fff;
    background-color: #457f9c;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
    width: 50%;
}