body {
 font-family: "arial";
 font-size: 12px;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 }

a {
 color: blue;
 text-decoration: none;
}

.alfabet {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: blue;
  text-align: center;
  cursor: pointer
}
