a:link {
    color: #1C1CBE;
 }

 a:visited {
    color: #D41038;
 }

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

 .sf_blog_content {
    width: 630px;
    float: right;
    padding: 0px 20px 0px 20px;
    font-family: verdana;
    font-size: 12px;
 }

 .sf_blog_header_wrapper {
    clear: both;
    height: 211px;
    margin: 0px 19px 0px 19px;
    position: relative;
    width: 896px;
    background-repeat: no-repeat;
    background-image: url(images/BlogHeader.JPG);
 }

 h3.sf_blog_posttitle a {
    text-decoration: underline;
    color: #98273A;
 }

 .sf_blog_footer {
    text-align: center;
    padding: 12px 10px 12px 10px;
    margin-left: 20px;
    margin-right: 20px;
    clear: both;
    background-color: #E1AD57;
    font-family: serif;
    font-size: 12px;
    color: #832229;
 }

 body {
    margin: 0;
    padding: 0;
    background-image: url(images/main-bkg.gif);
    background-repeat: repeat;
    color: #444444;
    font-family: cursive;
    font-size: 18px;
    background-color: #D55F77;
 }

 .sf_blog_main_header {
    text-align: right;
    font-weight: normal;
    float: right;
    width: 866px;
    padding: 10px 20px 5px 20px;
    font-family: cursive;
    font-size: 48px;
    color: #FFFFFF;
 }

 .sf_blog_sub_header {
    text-align: right;
    padding: 0px 20px 5px 20px;
    color: #ffffff;
    font-family: georgia;
    font-size: 14px;
    background-color: #000000;
 }

 
