@charset "utf-8";
/* CSS Document */

.calendar{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #F7E0B8;
	border: thin solid #333333;
}
.calendar a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.calendar a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.calendar a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.calendar a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00FF00;
}

.calendar_footer{}
