@import url(default.css);
@import url(mobile.css) handheld;
@import url(mobile.css) screen and (max-device-width: 500px);
@import url(print.css) print;

