@charset "UTF-8";
/* CSS file called by all pages */
@import url("normal.css");
@import url("screen.css");
@import url("antiscreen.css") handheld; 
@import url("antiscreen.css") only screen and (max-device-width:480px);
