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

 .sf_blog_postmeta {
    margin: 10px 0 0 11px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    clear: both;
    font-size: 11px;
 }

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

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

 a:link {
    text-decoration: underline;
    color: #3C59E1;
 }

 a:visited {
    text-decoration: underline;
    color: #A074D5;
 }

 a:hover {
    text-decoration: none;
    color: #509476;
 }

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

 
