h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #FF0000;
    background-image: none;
    background-repeat: no-repeat;
 }

 body {
    margin: 0;
    height: 100%;
    background-image: url(images/back.gif);
    background-repeat: repeat-y;
    background-position: center top;
    min-width: 960px;
    background-color: #efefef;
    font-family: arial;
    font-size: 14px;
    color: #AF233F;
 }

 .sf_blog_post {
    margin-bottom: 10px;
    background-image: none;
    background-repeat: no-repeat;
    font-family: times;
    font-size: 14px;
    color: #00000D0D0D;
 }

 
