/*
Sets up basic styles, then cancels then for handheld devices
Technique via A List Apart
*/

@import url("style.css"); 
@import url("antiscreen.css") handheld; 
@import url("antiscreen.css") only screen and (max-device-width:480px);


