a {
  color: blue;
  text-decoration: underline
}

a:visited {
  color: blue;
}

a:hover {
  color: red;
  text-decoration: underline;
}

tr.oddrow {
  background-color: #EDF2FE;
}

tr.evenrow {
  background-color: #F6F6F6;
}

td.titlebar {
  background-color: rgb(255,220,224);
  padding-top: 1pt;
  border-top-style:solid;
  border-top-width: 1pt;
  border-top-color: rgb(240,176,192);
  border-bottom-style:solid;
  border-bottom-width: 1pt;
  border-bottom-color:rgb(240,176,192);
}

td.bground {
  border-bottom-width: 1pt;
  border-bottom-color: rgb(240,176,192);
  border-bottom-style: solid;
}

td.eventtitle {
  padding-top: 1em;
  border-bottom-width: 1pt;
  border-bottom-color: silver;
  border-bottom-style: dotted;
}

p.titlebar {
  font-weight: bold;
  font-size: 1em;
  color: #980000
}

p.eventtitle {
  font-size: 0.84em;
  color: rgb(152,0,0)
}

p.item {
  font-size: 0.84em;
}

p.default {
  font-size: 0.84em;
  line-height: 120%;
}

.important {
  text-decoration: underline;
  color: #980000;
}

.wider {
  letter-spacing: 0.75em;
}