TD
{
}
TABLE
{
}
TD .Marked
{
    BACKGROUND-COLOR: orangered;
    TEXT-DECORATION: line-through
}
TD .Unmarked
{
    BACKGROUND-COLOR: yellowgreen
}
TABLE .Month
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: snow
}
TABLE .Month A:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    TEXT-DECORATION: underline;
    text-align:center;
}
TABLE .Month TH
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: blue;
    text-align:center;
}

TABLE .holiday
{
    FONT-SIZE: 7pt;
    COLOR: blue;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: snow;
}

#seasons
{
    
    BACKGROUND-COLOR: white;

}

#seasons .rowodd
{
    BACKGROUND-COLOR: white
}

#seasons .roweven
{
    BACKGROUND-COLOR: silver
}


#seasons .rowhead2
{
  text-align:center;
  font-weight: 800;
  font-size: 8pt;
  color: #FFFFFF;
  BACKGROUND-COLOR: blue;
  
}
 #seasons TH
 {
  text-align:center;
  font-weight: 800;
  font-size: 8pt;
  color: #FFFFFF;
  
 }
