a:link {
    color: #0000FF;
 }

 a:visited {
    color: #00000FF;
 }

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

 body {
    margin: auto;
    background-image: url(images/bkg-tile.gif);
    background-repeat: repeat;
    background-color: #bbaa89;
    font-family: arial;
    font-size: 11px;
    color: #000000;
 }

 .sf_extra4 {
    float: right;
    display: inline;
    width: 740px;
    height: 238px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(images/blog_header.PNG);
 }

 
