/* CSS Document */
body{
margin: 0px;
padding: 0px;
background:#F6D88F;
color:#422100;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px
}

.left {width: 160px;
padding:0 15px 0 24px;
background:url(img/bg_lm.gif);
}

.right {
padding:0 20px 0 15px;
background:url(img/bg_rm.gif)
}

.index {
padding:0 15px 0 15px;
background:url(img/bg_i.gif)
}

a {text-decoration:none; color:#000000} /*wszytkie <a .../> */
a:link, a::visited {color:#000000;} /* link */
a:hover {color:#663300;} /*po najechaniu*/



