
body { 
    background-image: url(/data/back.png);
}

.button {
  transition: all 0.1s ease-in-out;
}

.glow-button:hover {
  box-shadow:0 0 20px #bf0;
}

.anim-button:hover {
  box-shadow:0 0 20px #ff00f2;
}

.tftable {font-size:12px;width:100%;border-collapse: collapse;}
.tftable th {font-size:12px;padding: 8px; text-align:left;}
.tftable td {font-size:15px;padding: 8px; color: #888888; border-style: solid}
   a {
    color: #8323f7; /* Цвет обычной ссылки */ 
    text-decoration: none; /* Убираем подчеркивание у ссылок */
   }
   a:visited {
    color: #000; /* Цвет посещённой ссылки */
   } 
   a:hover {
    color: #1f8e16; /* Цвет ссылки при наведении на нее курсора мыши */  
    text-decoration: underline; /* Добавляем подчеркивание */
   }