/*Import Test File*/@import url(linkimport.css);@import url(linkimportmediascreen.css) screen;@import url(linkimportmediatty.css) tty;/* This line rests any browsers that got confused by the @import lines */  .ignored { color: black; }.link { font-weight: bold; color: green; background: silver none; }.folderlink { color: red; background: yellow none; }