/* CSS */
body 
{ 
margin: 0px; 
padding: 0px; 
background: #FFFFFF; 
font-family: Georgia, "Times New Roman", Times, serif;
color: #3f353d;
}

a 
{ 
color: #B82457; 
text-decoration: none; 
}

a:hover 
{ 
color: #4D4141; 
outline: none; 
}


	
img 
{ 
border: none;
}




#zawartosc
{
width: 400px;
height: 150px;
}

#zawartosc .tytul
{
padding: 5px;
font-size: 21px;
text-align: center;
margin-bottom: 60px;
}

#zawartosc .lewa
{
float: left;
width: 50%;
text-align: center;
}


