@-moz-document domain("mail.live.com") {

/*Removes the ad in header*/
#RadAd_Banner, #adHeader{display:none !important;}

/*Removes the top fuzzy buttons*/
#uxp_hdr_middleArea{display:none !important;}

/*Removes the news*/
/*#TodayTabSection{display:none !important;}*/

/*Removes side ads*/
.dSideAds{display:none !important;}

/*Removes ToolBox (?)*/
.ToolsCustomerCommunication{display:none !important;}

/*To cancel a css fix, put the line in a comment like this : */
#exemple{display:none !important;}
/*became*/
/*#exemple{display:none !important;}*/
/*and vice-versa*/
}