BODY  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-size : small;
	background-color : Blue;
	text-align : left;
}

H1  {
	font-size : xx-large;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
	text-align : center;
}

H2  {
	font-size : large;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
	text-align : center;
}

p.opis, li.opis, div.opis
  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-size : small;
	background-color : Blue;
	text-align : left;
	border-left : 5cm solid Blue;
	border-right : 5cm solid Blue;
	font-style : normal;
}

p.mali, li.mali, div.mali
  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font-size : x-small;
	background-color : Blue;
	text-align : center;
}

A  {
	color : Yellow;
}


A:Hover  {
	color : Yellow;
	background-color : Red;
}
