/* Style dla spoecznoci */
a, a#visited {
  color: maroon;
  text-decoration: none;
}

.letter, .letter_current {
  width: 0.9em;
  text-align: center;
  border: 1px solid gray;
  background: #fff;
  padding: 5px 2px 1px 2px;
  float: left;
  margin: 2px
}

.letter:hover {
  background: #fe4;
}

.letter_current {
  background: #fe4;
  font-weight: bold;
  border: 1px solid black;
}

