@charset "UTF-8";
/* CSS Document */

/* This style sheet implements the strategy for supporting handheld browsers described in:
   http://www.alistapart.com/articles/returnofthemobilestylesheet */
@import url("screen.css"); 
@import url("antiscreen.css") handheld; 
@import url("antiscreen.css") only screen and (max-device-width:480px);

/* To test iPhone settings in Safari on the desktop, uncomment these lines. */
/*@import url("antiscreen.css");
@import url("handheld.css");*/
