.links {
  background-color: #ECECEC;
  display: block;
  font-size: 10px;
  background-position: 137px 18px;
  font-weight: bold;
  border-top: none;
  text-indent: 3px;
  text-decoration: none;
  line-height: 15px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.linka {
  background-color: #B4BEBC;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  border-top: none;
  text-indent: 3px;
  line-height: 15px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.links A:hover {
  color: #2F2F2F;
  background-color: #FBF4C6;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  border-top: none;
  text-indent: 3px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.linka A:hover {
  color: #2F2F2F;
  background-color: #FBE984;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  border-top: none;
  text-indent: 3px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

A:link {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: #0E286D;
}

A:visited {
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  color: #2F2F2F;
}

A:hover {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  color: blue;
}

A:active {
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  color: red;
}

.noprint {
}


