.Dayheader {
	color: #FFFFFF;
	font-weight: bold;
}
.Monthheader {
	font-size: xx-large;
	color: #FFFFFF;
}
.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0066FF;
}
.DateToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #000000;
}

.sectiontitle {
	font-size:x-large;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.completed {
	font-style: italic;
	text-decoration: line-through;
	color: #999999;
}
