a {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
}

a:hover {
  color: red;
  text-decoration: underline;
}

td {
  font-size : 9pt;
}

td.title {
  text-align: center;
  padding-top: 2pt;
  padding-bottom: 2pt;
  background-color = rgb(245,245,255);
}

td.week {
  text-align: center;
  background-color: rgb(221,221,221);
  border-style: none;
}

td.week.saturday {
  background-color: rgb(224,220,255);
}

td.week.sunday {
  background-color: rgb(255,220,224);
}

td.date {
  text-align: center;
  padding-top: 3pt;
}

td.date.sun {
  color : darkred;
}

td.date.sat {
  color : darkblue;
}

td.date.today {
  color : #006633;
  font-weight: bolder;
}

td.date.kilil {
  background-color: #ffff99;
}

td.maintitle {
  font-size : 13pt;
  font-weight : bolder;
}

a.chg {
  font-size : 13pt;
  color : gray;
  text-decoration : none;
}

a.chg.active {
  color : darkblue;
} 

p.title {
  font-size: 12pt;
  font-weight:bold
}

p.day {
  font-size: 9pt;
}

p.date {
  font-size: 9pt;
  color: blue;
}

span.smalltext {
  font-size: 10pt;
}