.sf_main_header {
    font-size: 32px;
    font-weight: bold;
    color: #319F9F;
 }

 .sf_navigation ul li a:visited {
    color: #4B4BCD;
 }

 .sf_navigation ul li a:hover {
    background-color: #333333;
    color: #1B1B9C;
 }

 a:link {
    color: #285033;
 }

 a:visited {
    color: #356E6F;
 }

 a:hover {
    color: #319F9F;
 }

 body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/615_sky_3.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
    color: #000000;
    font-family: arial;
    font-size: 12px;
    background-color: #000000;
 }

 
