$(".MHhome_news").css({borderRadius: 10});
$(".MHhome_news").mouseover(function() {$(this).css("background-color","#ffffff"); $(this).parent().css("color","#753800");});
$(".MHhome_news").mouseout(function() {$(this).css("background-color","#F6F2E9"); $(this).parent().css("color","#000000");});

$(".MHboxInfo").css({borderRadius: 10});
$(".MHalertDataMissing").css({borderRadius: 10});
