body {
    margin: auto;
    line-height: normal;
    background-image: url(images/body_bg_1.jpg);
    background-repeat: repeat-x;
    background-position: top;
    font-family: verdana;
    font-size: 12px;
    background-color: #6078EA;
 }

 a:link {
    color: #E1121D;
 }

 a:visited {
    color: #000000;
 }

 a:hover {
    color: #999999;
 }

 .sf_blog_sidebar {
    width: 220px;
    float: right;
    display: inline;
    margin: 25px 10px 0px 0px;
    overflow: hidden;
    font-size: 11px;
 }

 .sf_blog_main_header {
    height: 40px;
    overflow: hidden;
    font-family: verdana;
    font-size: 33px;
    color: #BC166C;
 }

 h3.sf_blog_posttitle a {
    color: #BC166C;
 }

 
