html, body  {
     background: rgb(204,204,204);
     font-family: helvetica, lucida, arial, sans-serif; 
     color: black
  }

A:link, A:visited {
   color: rgb(153,94,7);
   text-decoration: none;
   font-weight: bold;
   
}

A:active, A:focus, A:hover  {
   color: rgb(153,94,7);
   font-weight: bold;
   text-decoration: underline;
}

h3 {
   margin-left: -4px;
}

div.logo {
   border-bottom: 1px solid black;
   font-size: 150%;
   text-align: center;
   padding-bottom: 7px;
   padding-top: 7px;
   margin-bottom: 7px;
   background: rgb(178,178,178);
   color: rgb(158,110,15)
}

.lewy {
   background: #eec;
   color: #000;
   float: left;
   width: 26%;
   font-size: 70%;
   border: 1px solid #000;
   padding-left: 0.4em;
   margin-right: 6px;
}

.srodek {
   background: rgb(204,204,204);
   color: #000;
   float: left;
   width: 70%;
}

div.info {
   margin: 6px;
}

span.info {
    color: red;
   font-style: italic;
   font-weight: bold;
}

div.item {
   border-left:   2px solid white;
   border-top:    2px solid white;
   border-right:  2px solid #806040;
   border-bottom: 2px solid #806040;
   padding: 10px;
   margin-bottom: 10px;
   background: #fff;
   /* border: 1px solid; */
}
