


LI {
	background:url(/img/que.png) top left no-repeat;
		list-style:none;
	padding:0 0 0 20px;
	margin:5px 0 0 0;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:15px;

}

A:link { 
text-decoration: none /* Убирает подчеркивание для ссылок */
}


A:visited { text-decoration: none } 
A:active { text-decoration: none }
A:hover { 
text-decoration: underline; /* Делает ссылку подчеркнутой при наведении на нее курсора */
//color: red /* Цвет ссылки */
}

