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

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


.lista {
        text-align: center;
        }

.tytul {
        width: 445px;
        margin-bottom: 7px;
        font-weight: bold;
        }

.miniaturka {
        width: 110px;
        float: left;
        }

.opis {
        width: 335px;
        float: left;
        font-size:  10px;
        }

.nl {
        clear: both;
        }
.form{
	text-decoration: none; color: #CC5129;
	border-width: 1px;
	font-size: 10px;
   background-color: #FEECA1;
   border-color: #CC5129;
   border-style: solid;
	}
