<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#schetchik a img {opacity:0.1; 
                 -moz-opacity:0.1; 
                  filter:alpha(opacity=0);}

#schetchik a:hover img {opacity:1.0; 
                       -moz-opacity:1.0; 
                        filter:alpha(opacity=100);}
</pre></body></html>