@import url("/css/screen.css");  /* Main screen stylesheet */
@import url("/css/antiscreen.css") handheld;  /* Cancel nasty bits for handhelds */
@import url("/css/antiscreen.css") only screen and (max-device-width:480px); /* Make sure handhelds that needs it get the cancel */
