.sf_main_header {
    text-align: left;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-style: italic;
    font-weight: normal;
    font-variant: normal;
    padding: 10px 0px;
    float: left;
    font-size: 36px;
    color: #000000;
 }

 a:link {
    text-decoration: underline;
    color: #83AB08;
 }

 a:visited {
    text-decoration: underline;
    color: #83AB08;
 }

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

 
