/* CSS Document */
body 
{
	text-align: center;
} 

.img
{
	text-align: center;  
}

.box 
{
  position: relative; 
	margin: auto;
	width: 600px;
	height: auto; 
	border: 1px solid black;
	background-color: #FDFDDF;
	font-family: Verdana;
	line-height: 1.5em;
  padding: 10px 10px 10px 10px;
}

.nadpis
{
  font-size: 20px;
}

.n2
{
   text-align: center;  
   font-size: 20px;

}


.text
{
  text-align: left;
  font-size: 14px;
}
