h3.sf_blog_posttitle a {
    text-decoration: underline;
    color: #422709;
 }

 body {
    margin: 0 auto;
    color: #422709;
    font-family: verdana;
    font-size: 12px;
    background-color: #B3C7CC;
 }

 .sf_blog_sidebar {
    float: left;
    display: inline;
    width: 240px;
    padding: 0px;
    margin: 10px 0 5px 0;
    overflow: hidden;
    font-size: 11px;
    background-color: #B3C7CC;
 }

 .sf_blog_sidebar ul li a:visited {
    color: #422709;
 }

 .sf_blog_sidebar ul li a:hover {
    text-decoration: none;
 }

 .sf_blog_footer {
    margin: 0;
    clear: both;
    height: auto !important;
    min-height: 40px;
    margin-top: 0px;
    padding: 20px 0 10px 20px;
    background-color: #F7F7F6;
    font-size: 11px;
    color: #333333;
 }

 .sf_blog_header_wrapper {
    height: 130px;
    clear: both;
    background-color: #0A0E17;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    font-weight: bold;
    height: 30px;
    margin: 0px 20px;
    padding-top: 30px;
    overflow: hidden;
    font-size: 20px;
    color: #B3C7CC;
 }

 
