@charset "utf-8";
/* CSS Document */

.bgomb {
  border: 1px solid #999;
}

.bgomb:hover {
  background-color: #efe;
  cursor: pointer;
}

.yearLabel {
  text-align: center;
  font-size: 26px;
}

#lylabel:hover {
  color: #999;
  cursor: pointer;
}

.bigred {
  color: red;
  font-weight: bold;
  font-size: 150%;
}

.fogy {
  color: red;
  text-align: center;
  font-weight: bold;
}