.sf_navigation ul li a {
    padding: 15px 10px 15px 10px;
    text-decoration: none;
    display: block;
    color: #3F7105;
 }

 a:link {
    text-decoration: underline;
    color: #2D8A15;
 }

 a:visited {
    text-decoration: underline;
    color: #4295af;
 }

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

 body {
    background-image: url(images/603_main-bkg.gif);
    background-repeat: repeat;
    background-color: #BCAD8C;
    margin: auto;
    font-size: 13px;
    font-family: arial;
    color: #06160C;
 }

 
