body#content{
	width: 500px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	background-color: #FFF;
}

/************************************** P *****************************************/

#content p.male-pismo{
	padding: 5px;
	font-size: 10px;
	padding-left: 10px;
	line-height: 180%;
	text-align: left;
}

#content p{
	padding: 5px;
	padding-left: 10px;
	line-height: 180%;
	text-align: left;
}

#content p.velke-pismo{
	padding: 5px;
	font-size: 14px;
	padding-left: 10px;
	line-height: 180%;
	text-align: left;
}
/************************************** H *****************************************/

#content h1{
	font-size: 18px;
	color: #495C28;
	font-weight: normal;
	padding: 2px;
	padding-left: 10px;
	margin: 0px;
}

#content h2{
	clear: both;
	font-size: 18px;
	padding: 2px;
	color: #856D4B;
	font-weight: normal;
	padding-left: 10px;
	margin: 0px;
}

#content h3{
	clear: both;
	font-size: 18x;
	color: #495C28;
	padding: 10px;
	margin: 0px;
	margin-top: 20px;
	font-weight: normal;
}

#content h4{
	clear: both;
	font-size: 18px;
	padding: 2px;
	color: #B22222;
	font-weight: normal;
	margin: 10 0px;
}

/************************************** a ****************************************/

a{
	color: #393939;
	text-decoration: underline;
}

a:hover{
	color: #B22222;
	text-decoration: none;
}


