.sf_blog_sidebar {
    float: right;
    margin: 0;
    display: inline;
    width: 200px;
    margin-top: 4px;
    overflow: hidden;
    background-color: #E806E6;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    margin-left: 10px;
    padding-top: 10px;
    font-weight: bold;
    height: 80px;
    widht: 575px;
    overflow: hidden;
    font-family: monospace;
    font-size: 24px;
    color: #E806E6;
    background-image: none;
    background-repeat: no-repeat;
 }

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

 .sf_blog_extra2 {
    height: 153px;
    width: 200px;
    float: right;
    border-left: 5px solid #ffffff;
    background-image: url(images/backround.jpg);
    background-repeat: no-repeat;
 }

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

 a:visited {
    color: #8D4E01;
 }

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

 
