$("document").ready(function(){
    $("#indiumnewsbox ul li:first").css({'font-weight':'bold'});
});
