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

 a:visited {
    text-decoration: underline;
    color: #16387B;
 }

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

 body {
    margin: 0 auto;
    color: #333333;
    font-family: arial;
    font-size: 12px;
    background-color: #40ADB9;
 }

 .sf_blog_header_wrapper {
    height: 130px;
    clear: both;
    background-color: #00A0E17;
    background-image: url(images/header_1.jpg);
    background-repeat: no-repeat;
 }

 h3.sf_blog_posttitle a {
    text-decoration: underline;
    color: #40ADB9;
 }

 
