.look
{
font: 13px Verdana, Times, serif; 
padding-top: 0px;
cursor:pointer;

}
.look2
{
font: 11px Verdana, Times, serif; 
padding-top: 0px; 
margin-top: 0px;
margin-bottom: 0px;

}
li {
 margin-left: -10px; /* Убираем отступы у списка */
 
}
.folding {cursor: hand} 

A { 
    text-decoration: none; /* Убираем подчеркивание у ссылок */
	color: #555;
   }
   A:hover { 
    text-decoration: underline; /* Добавляем подчеркивание 
                                   при наведении курсора мыши на ссылку */
   }
