body {
  font-family : 'PT-Sans';
  overflow:hidden;
}

a.my:link { 
    font-size: 15px; text-decoration: none; color: white; /* Убирает подчеркивание для ссылок */
   } 
a.my:visited { font-size: 15px; text-decoration: none; color: white; } 
a.my:active { font-size: 15px; text-decoration: none; color: white;}
a.my:hover {
    font-size: 15px;
    text-decoration: underline; /* Делает ссылку подчеркнутой при наведении на нее курсора */
    color: white; /* Цвет ссылки */
   } 



a.pop:link { 
    font-size: 15px; text-decoration: none; color: #332f2c; /* Убирает подчеркивание для ссылок */
   } 
a.pop:visited { font-size: 15px; text-decoration: none; color: #332f2c; } 
a.pop:active { font-size: 15px; text-decoration: none; color: #332f2c;}
a.pop:hover {
    font-size: 15px;
    text-decoration: underline; /* Делает ссылку подчеркнутой при наведении на нее курсора */
    color: #332f2c; /* Цвет ссылки */
   } 


.my_style .webix_hcell {
   font-style: italic;
   line-height: 3px;
   font-size: 6px;
}

.back
{
 background: blue;
}

