@charset "utf-8";
/* CSS Document */



a:link {             
     color:#000095;
     text-decoration:none;
}

a:hover{
	text-decoration:none;
	font-weight:bold;
}

a:visited {   
    color:#666666; 
     text-decoration:none;
} 

