<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, td, th, prelink {
	font-size: 12px;
	margin: 0 auto;
}
.calendar {
	padding-top: 0px;
	padding-left: 0px;
	width: 200px;
	clear: both;
	overflow: hidden;
}
.calendar .title {
	padding-top: 6px;
	background: #fff url(txtbg.png) repeat;
	height: 24px;
	width: 200px;
	color: #ffffff;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}
.calendar .title .year img.up {
	background: url(up.gif) no-repeat left top
}
.calendar .title .month img.up {
	background: url(up.gif) no-repeat left top
}
.calendar .title .year img.next {
	background: url(next.gif) no-repeat left top
}
.calendar .title .month img.next {
	background: url(next.gif) no-repeat left top
}
.calendar .title a {
	margin: 0px 0.5em
}
.calendar .date {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	padding-right: 1px;
	background: #fff;
	clear: both;
	overflow: hidden;
}
.calendar .date .week {
	padding: 0px 0px 0px 4px;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	width: 196px;
	background: #bdbfc3;
	height: 28px;
	clear: both;
	overflow: hidden;
	font-weight: bold;
}
.calendar .date .week span {
	text-align: center;
	width: 27px;
	display: inline;
	float: left;
}
.calendar .date ul {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	margin: 0px 0px 0px;
	width: 200px;
	/*background: url(bg5.gif) #fff left top;*/
	clear: both;
	overflow: hidden;
}
.calendar .date ul li {
	text-align: center;
	line-height: 22px;
	margin: 0px 4px 5px 0px;
	width: 24px;
	display: inline;
	float: left;
	height: 23px;
	font-weight: bold
}</pre></body></html>