/*Import Test File*/
@import url(/prx/000/http/www.doraneko.org/css1test/folder/linkimport.css);
@import url(/prx/000/http/www.doraneko.org/css1test/folder/linkimportmediascreen.css) screen;
@import url(/prx/000/http/www.doraneko.org/css1test/folder/linkimportmediatty.css) tty;

/* This line rests any browsers that got confused by the @import lines */
  .ignored { color: black; }

.folderlink { font-weight: bold; color: green; background: silver none; }

