@import url("common.css");
@import url("small.css") handheld;
@import url("small.css") only screen and (max-device-width: 480px);
@import url("big.css") only screen and (min-device-width: 481px);
