@import url("stylesheets/headers.css");
@import url("stylesheets/main.css"); 
@import url("stylesheets/content.css");
@import url("stylesheets/links.css");
@import url("stylesheets/footer.css");
@import url("stylesheets/print.css") print;
@import url("devices/phone.css") only screen
and (min-width:480px )
and (max-width: 800px)
and (orientation: portrait );
@import url("devices/watch.css") only screen;
@import url ("devices/tablet.css") only screen;