/*Główne elementy treści strony*/
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C2F29;
	margin: 8px;
}
*
{
	margin: 0;
	padding: 0;
}
H1
{
	color: #2D241F;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 10px;
	padding-left: 20px;
	background-image: url(../images/h.png);
	background-repeat: no-repeat;
	background-position: left;
}
H2
{
	color: #2D241F;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px;
	padding-left: 20px;
	background-image: url(../images/h.png);
	background-repeat: no-repeat;
	background-position: left;
}
H3
{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
}
HR
{
	background: #2D241F;
	border: 0px solid #000000;
	height: 1px;
}
IMG
{
	border: 0;
}
P
{
	margin-bottom: 10px;
	font-size: 13px;
}
A
{
	text-decoration: underline;
	color: #3C2F29;
	font-weight: bold;
}
A:hover
{
	text-decoration: underline;
	/*[disabled]color:#BA212A;*/
}
OL, UL
{
	margin-left: 25px;
	margin-bottom: 10px;
}
UL
{
	list-style-type: disc;
}
OL
{
	list-style-type: decimal;
}
