 a,
    a:link a:active {
    color: #556877;
    text-decoration:none;
    }
    a:visited {
    color: #556877;
    }
    a:hover {
    color: #556877;
    text-decoration:underline;
    }
    
    img {border:none}   
       
   body 
   {
       margin: 20px 0px 0px 0px; 
       background-image: url(images/bg.jpg); 
       background-repeat:repeat;
       background-color:white;
   }
                



    #Content
    {             
        font-family: sans-serif; 
        font-size: 12pt; 
        font-style: normal; 
        color: #556877;
    }



