
 $(document).ready(function() {
   $(this).css("color","red");
   $("body").css("width", (document).width());
 });
