H1{
  color:#2791A8;
}

/*************************************/
/*event year tabs	      			*/
/*************************************/

TABLE.eventYearTable {
  border-bottom: 2px solid #2791A8;
}
TD.eventYearTab {
background-color:#F0EDDB;
color: #000;
width:40px;
text-align:center;
}
TD.eventYearTabActive {
background-color:#2791A8;
color: #fff;
width:40px;
text-align:center;
}

TD.eventYearTab A {
color: #000;
}

TD.eventYearTabActive A {
color: #fff;
}