@import url(style.css);

@import url("iphone.css") only screen and (max-width:480px);

@import url("print.css") print;

