<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a:visited{
	text-decoration:none;
	
}
a:link{
	text-decoration:none;

}
a:hover{
	font-weight: bold;
}
a{
	color:inherit;
}
body {
	font-size: 9pt;
	margin:0; padding:0;
}
table{
	border:1px solid gray;
	border-collapse: collapse;
}
table.calendar tr td {
	border:1px solid gray;
	text-align: center;
}
table.calendar tr td.first{
	border-right: none;
	border-left: none;
}
table.calendar tr td.left{
	border-right: none;
	
}
table.calendar tr td.right{

	border-left: none;
}
table.calendar td.sun{
	color: red;
}

table.calendar td.sat{
	color: blue;
}
table.calendar td.day{
	color: black;
}
table.calendar td.today{
	color: orange;
	font-weight: bold;
}
</pre></body></html>