a:link {
    text-decoration: underline;
 }

 a:visited {
 }

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

 .sf_blog_main_header {
    text-align: center;
    width: 400px;
    font-weight: bold;
    font-family: serif;
    font-size: 24px;
    color: #CC0000;
 }

 .sf_blog_sub_header {
    text-align: center;
    width: 400px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 18px;
    color: #CC0000;
 }

 
