@import url("normal.css"); 
@import url("mobile.css") handheld; 
@import url("mobile.css") only screen and (max-device-width:640px); 
@import url("tablet.css") only screen and (min-device-width:641px) and (max-device-width:999px); 
