.sf_main_header {
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-size: 56px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 10px;
    height: 10px;
    width: 960px;
    color: #E3052B;
 }

 body {
    margin: auto;
    background-color: #960101;
    font-family: arial;
    font-size: 14px;
    color: #FFFFFF;
 }

 a:link {
    text-decoration: none;
    color: #46EF0C;
 }

 a:visited {
    text-decoration: none;
    color: #9741E2;
 }

 a:hover {
    border-bottom: solid 2px;
    border-color: #c80202;
    color: #E3052B;
 }

 
