 
A:HOVER{
    font-weight : normal;
    background-color : fuchsia;
    color : #ffffff;
}
A{
    font-weight : normal;
}
.Weekday{
    background-color : white;
    text-align : center;
}
.Holiday{
    background-color : #ffcccc;
    text-align : center;
}
.SaturdayT{
    background-color : #ccccff;
border-color : black black black black;
    color : blue;
    text-align : center;
}
.HolidayT{
    background-color : #ff9999;
    color : #ffffff;
    text-align : center;
}
.MonthT{
    background-color : #ffcc66;
    text-align : center;
}
DIV.WeakEvent{
    font-size : 12px;
    color : silver;
border-width : 2px 2px 2px 2px;border-style : dotted dotted dotted dotted;
    padding-top : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 5px;
    
}
.WeekdayT{
    color : white;
    background-color : silver;
    text-align : center;
}
.Saturday{
    background-color : #e1e1ff;
    text-align : center;
}
H3{
  font-size : 13px;
  
  margin-top : 5pt;
  
  
  margin-bottom : 3px;
}
P{
  margin-left : 5px;
  margin-top : 3px;
  margin-bottom : 3px;
}
.week_li{
  padding-left : 5px;
  margin-left : 0px;
  list-style-type : none;
}
.week_li2{
  padding-left : 5px;
  margin-left : 10px;
  list-style-type : none;
}
