H1, H3, H5, H6          {color:         blue;
                         font-family:   arial, "lucida console", sans-serif}
H2                      {color:         red}
H4                      {color:         black}
H1, H2                  {text-align:    center}
H4                      {font-weight:   bold}

DT                      {font-weight:   bold;
                         color:         black}

.INDEX_COLUMN {
  background-color: rgb(187, 221, 255); 
  color:            rgb(0,0,0)
}

.BODY_COLUMN {
  background-color: rgb(242,255,242); 
  color:            rgb(0,0,0)
}

table.YEARTBL {
  width: 100%;
  text-align: center;
}

table.YEARTBL td {
  text-align: center;
  width: 25%;
}

table.MONTHTBL {
  width: 100%;
}

table.MONTHTBL td {
  text-align: center;
  width: 14%;
  height: 12.5%;
}

.DAY {
  font-weight: bold;
}

.MONTH {
  font-weight: bold;
}

.SMM {background-color: rgb(255,150,150); color: rgb(0,0,0)}
.TDB {background-color: rgb(150,255,150); color: rgb(0,0,0)}
.MEV {background-color: rgb(200,200,255); color: rgb(0,0,0)}
.NON {                                    color: rgb(100,100,100)}

table.EVENTTBL {
  text-align: left;
}

table.EVENTTBL th {
  text-align:     left;
  vertical-align: text-top;
}

table.EVENTTBL td {
  text-align:     left;
  vertical-align: text-top;
}
