a:visited {
    text-decoration: none;
    color: #f7b0cb;
    background-image: none;
    background-repeat: no-repeat;
 }

 a:hover {
    text-decoration: underline;
    color: #adea5a;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sidebaritem a:link {
    font-weight: normal;
    color: #39570b;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sidebaritem a:visited {
    color: #e0546e;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sidebaritem a:hover {
    text-decoration: none;
    color: #f93715;
    background-image: none;
    background-repeat: no-repeat;
 }

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

 .sf_blog_main_header {
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    width: 675px;
    margin: 0 0 0 245px;
    font-family: times;
    font-size: 24px;
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
 }

 
