/* <![CDATA[ */
@import url("style_screen.css") screen,projection;
@import url("style_print.css") print;
/* styl do wyswietlania */
@media screen, projection {
html { background-color: rgb(197,222,234);}
}
/* styl do druku */
@media print {
html { background: #fff; color: #000; }
}


/* ]]> */