/*Import Test File*/
@import url(/prx/000/http/www.doraneko.org/css1test/linkimport.css);
@import url(/prx/000/http/www.doraneko.org/css1test/linkimportmediascreen.css) screen;
@import url(/prx/000/http/www.doraneko.org/css1test/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; }

