/* ========== spousti.cz - uzivatelska definice stylu ========== */


a {
  text-decoration: underline;
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
  color: #FFFFFF;
  background-color: #000000;
}

#left_part .maintitle a {
  font-weight: bold;
}


