/* Generated by KompoZer */
a:link {
  color: black;
  font-weight: bolder;
  text-decoration: underline;
}
a:visited {
  color: black;
  text-decoration: none;
  font-weight: bolder;
}
a:active {
  color: black;
  text-decoration: none;
  font-weight: bolder;
}
a:hover {
  font-weight: bold;
  color: #f30c51;
  font-size: 110%;
  text-decoration: underline;
}

