/* CSS Document */

body 
{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul
{
	list-style-type:square;
	line-height:20px;
}

p
{
	line-height:17px;
}

ul.link
{
	list-style:none;
}

ul li a 
{
	text-decoration:none;
	background:url(/multipakiet/img/strzalka.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	text-indent:-20px;
	color:#666666;
	font-weight:bold;
}

ul li a:hover { background-color:#CC0000; color:#FFFFFF;}