.sf_blog_main_header {
    width: 350px;
    height: 40px;
    overflow: hidden;
    padding: 45px 10px 0px;
    text-align: center;
    font-weight: bold;
    font-family: serif;
    font-size: 35px;
    color: #5B6275;
 }

 .sf_blog_sub_header {
    width: 350px;
    height: 90px;
    overflow: hidden;
    padding: 2px 10px 0px;
    text-align: center;
    font-weight: bold;
    font-family: serif;
    font-size: 18px;
    color: #96A2AB;
 }

 body {
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #5B6275;
    font-family: arial;
    font-size: 12px;
    color: #000000;
 }

 
