@charset "utf-8";
/* CSS Document */
body {
	background-color: #99ff99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
}
h2 {
	color: blue;
	font-size: 14pt;
}
table {
	border-collapse: collapse;
	border: none;
}
th {
	font-size: 13pt;
	border-collapse: collapse;
	border: 2px solid black;
	border-bottom: 4px;
	color: blue;
}
td, .footnote {
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0;
	vertical-align: top;
}
.footnote {
	text-align: center;
}
td {
	text-align: left;
	border-collapse: collapse;
	border: 2px solid black;
}
.special {
	background-color: yellow;
}
.redletter {
	color: red;
}
.daynumber {
	font-size: bigger;
	font-weight: bold;
	color: blue;
}
.strikethrough {
	text-decoration: line-through;
}
