@charset "utf-8";
/* CSS Document */
.lista a div {
	background:url(painike.png);
	background-repeat:no-repeat;
	width:120px;
	height:20px;
	text-align:center;
}
.lista a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:smaller;
}
.lista a div:hover {
	background:url(painikepun.png);
	background-repeat:no-repeat;
	width:120px;
	height:20px;
	cursor:pointer;
	font-size:medium;
}
.lista a:hover {
	color:#FF6633;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
