h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #CC0099;
 }

 .sf_blog_main_header {
    font-weight: bold;
    padding: 5px 20px 0  0;
    width: 550px;
    text-align: right;
    margin: 0 0 0 330px;
    font-size: 24px;
    color: #CC0099;
 }

 .sf_blog_sub_header {
    font-weight: normal;
    padding: 5px 20px 0  0;
    width: 550px;
    text-align: right;
    margin: 0 0 0 330px;
    font-size: 12px;
    color: #CC0099;
 }

 .sf_blog_post {
    margin-bottom: 20px;
    border-bottom: 1px dotted #CC0099;
    padding-bottom: 20px;
 }

 h3.sf_blog_posttitle {
    font-size: 24px;
    text-decoration: none;
    font-weight: bold!important;
 }

 .sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 166px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFCCFF;
    background-image: url(images/BlogBanner.gif);
 }

 a:link {
    text-decoration: underline;
    color: #CC0099;
 }

 a:visited {
    color: #CC0099;
 }

 a:hover {
    text-decoration: none;
    color: #0000FF;
 }

 .sf_blog_sidebar ul li a:visited {
    color: #CC0099;
 }

 .sf_blog_sidebar ul li a:hover {
    color: #0000FF;
 }

 
