CSS - @-reguły

@charset "ISO-8859-2"; /* domyslnie UTF-8 */
@import url("/css/main.css");
@import "common.css";
@import url(/css/screen.css) screen,
projection;
/* styl do wyswietlania */
@media screen, projection {
html { background: #fffef0; color: #300; }
}
/* styl do druku */
@media print {
html { background: #fff; color: #000; }
}