BODY {
  font-family: Arial,Helvetica;
  font-size: 16pt;
  background-color: #FFFFCC;
}
.MonthTitle {
  font-family: Arial,Helvetica;
  font-size: 18pt;
  font-weight: bold;
  background-color: gray;
}
.MonthPrevNext {
  font-family: Arial,Helvetica;
  font-size: 12pt;
  font-weight: bold;
  background-color: gray;
}
.MonthLink {
  font-family: Arial,Helvetica;
  font-size: 9pt;
  text-decoration: none;
}
.DayHeading {
  font-family: Arial,Helvetica;
  font-size: 12pt;
  font-weight: bold;
  background-color: gray;
}
.DayNumber {
  font-family: Arial,Helvetica;
  font-size: 9pt;
  font-weight: bold;
  text-align: right;
}
.Event {
  font-family: Arial,Helvetica;
  font-size: 9pt;
  background-color: silver;
}
.Empty {
  font-family: Arial,Helvetica;
  font-size: 9pt;
  background-color: gray;
}
.Name {
  font-family: Arial,Helvetica;
  font-size: 9pt;
  color: blue;
}
.Surname {
  font-family: Arial,Helvetica;
  font-size: 9pt;
  font-weight: bold;
  color: blue;
}
.Normal {
  font-family: Arial,Helvetica;
  font-size: 9pt;
}
