@import url("screen.css"); 
@import url("antiscreen.css") handheld; /* cancels any non-mobile-friendly styles in screen.css */
@import url("antiscreen.css") only screen and (max-device-width:480px); 
