a:link {
    text-decoration: none;
    color: #2D67D1;
 }

 a:visited {
    color: #2d67d1;
    text-decoration: none;
 }

 a:hover {
    color: #336699;
    text-decoration: underline;
 }

 .sf_blog_main_header {
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    width: 675px;
    margin: 0 0 0 245px;
    font-family: fantasy;
    font-size: 72px;
    background-color: #FFFFFF;
 }

 .sf_blog_sub_header {
    overflow: hidden;
    text-align: center;
    width: 675px;
    margin: 0 0 25px 245px;
    font-family: fantasy;
    font-size: 28px;
    background-color: #FFFFFF;
 }

 
