/* Presentation Stylesheet */ 
h4 {
 margin:0; 
 padding: 5px 0;
 }
 
/*
p:first-letter {
 font-size: 100%; 
 font-weight: bold;
 color:blue;
 }
*/

/* calendar layout */

table.calendar {
  border: 0
  }
table.calendar td, th {
  text-align:
  center;
  border: 0
  }
table.calendar th {
  height: 10px;
  font-size: 7pt;
  }
table.calendar td {
  width: 19px;
  height: 10px;
  font-size: 9pt;
  }
table.calendar .calendar-month {
  font-weight: bold;
  margin-top: 3px;
  font-size: 12pt;
  text-align: center
  }
table.calendar .calendar-month a {
  text-decoration: none
  }
table.calendar .calendar-prev, table.calendar .calendar-next {
  font-weight: normal;
  }
table.calendar th {
  color: green;
  text-align: center;
  }
table.calendar td.linked-day {
  font-size: 9pt
	color: red;
  }
table.prevnext {
  width: 100%;
  margin-top: .3em;
  }
table.prevnext td {
  font-size: smaller;
  }
table.prevnext td a {
  text-decoration: none
  }

table.event {
	border:0;
	}
table.event td,th {
	border:0;
	font-size:12pt;
	}

