<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
	font-size: 91.6%;
	color: #4D4D4D;
	background-color: #f7f2e9;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#calendar table {
	font-size: 81.8%;
	margin-right: auto;
	margin-left: auto;
	width: 180px;
}
#calendar tr td {
	text-align: center;
	padding: 3px;
}
.sun {
	color: #F00;
}

/* links */
a:link {
	color: #b38324;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #7e4305;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #e8c343;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: #fa052a;
	background-color: transparent;
	text-decoration: none;
}
</pre></body></html>