@charset "utf-8";
/* CSS Document */

a:link {
               color: #666666;
              
        }
		 a:visited {
               color: #666666;
              
        }
 
           a:hover {
	color:#666666;
	text-decoration: none;
	text-align: left;
        }
