a {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
}

a:hover {
  color: red;
}

td.title {
  text-align: center;
  padding-top: 2pt;
  padding-bottom: 2pt;
  background-color = rgb(245,245,255);
}

th.sunday {
  text-align: center;
  background-color: rgb(255,220,224);
  border-style: none;
}

th.saturday {
  text-align: center;
  background-color: rgb(224,220,255);
  border-style: none;
}

th.weekday {
  text-align: center;
  background-color: rgb(221,221,221);
  border-style: none;
}

td.valid {
  text-align: center;
  padding-top: 3pt;
}

td.invalid {
  text-align: center;
  background-color: #F8F8F8;
  padding-top: 3pt;
}

td.today {
  text-align: center;
  background-color: rgb(248,255,240);
  padding-top: 3pt;
}

p.title {
  font-size: 1em;
  font-weight:bold
}

p.sunday {
  font-size: 0.85em;
  color: #D00000;
}

p.saturday {
  font-size: 0.85em;
  color: #0000D0;
}

p.weekday {
  font-size: 0.85em;
}

.smaller {
  font-size: 0.8em;
}