
$(function(){
$(".pagination_li").click(function(){
    $(this).css("color","#643700");
    });
});