@charset "utf-8";

.yearOn {
  float:left;
  width:13%;
  font-size:100%;
  margin:0 2px;
  overflow:hidden;
  height:20px;
}

.yearOnA {
  display:block;
  width:100%;
  text-decoration:none;
  text-align:center;
  background:orangered;
}

.yearOff {
  float:left;
  width:13%;
  font-size:100%;
  margin:0 2px;
  overflow:hidden;
  height:20px;
}

.yearOffA {
  display:block;
  width:100%;
  text-decoration:none;
  text-align:center;
  background:#DDDDDD;
}

