div#calendar td {
  width: 110;
  font-family: verdana, arial, trebuchet ms, sans-serif;
  font-size: 12px;
  color: black;
  vertical-align: top;
  height: 40;
  font-weight: bold;
}


div#calendar th {
  height: 25;
  font-family: arial bold, arial, sans-serif;
  font-size: 18px;
  color: black;
  text-align: center;
}

div#calendar p {
  font-size: 10px;
  font-weight: normal;
  vertical-align:sub;
}

.heading {
  letter-spacing: 4px
}

.column {
  font-family: arial bold, arial, sans-serif;
  font-size: 14px;
}

.body {
  font-family: verdana, arial, trebuchet ms, sans-serif;
  font-size: 10px;
  color: black;
}

H1 {
  font-family: arial bold, arial, sans-serif;
}

A:link {
  color: blue;
  font-weight: bold;
}

A:active {
  text-decoration: underline;
}

A:visited {
  color: blue;
  font-style: italic;
  font-weight: bold;
}

A:hover {
  text-decoration: none;
  color: #C00000;
}

.openCalendar {
  background-image: url(../graphics/arrowOpen.gif);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  width: 840px;
  cursor: pointer;
}

.closedCalendar {
  background-image: url(../graphics/arrowClosed.gif);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  width: 840px;
  cursor: pointer;
}

.link {
  color: blue;
  text-decoration: underline;
  font-family: arial bold, arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  font-size: 10px;
}

.hideCalendar {
  display: none;
}

.showCalendar {
  display: ;
}
