@charset "utf-8";
/* CSS Document */
input, select, textarea {
	font-size: .9em;
}
#cal {
	background-color: #fff;
	border-color: #000;
	text-align: center;
	font-size: 2ex;
}
#cal .Title {
	font-weight: bold;
	color: #990000;
}
#cal .Month {
	font-size: 11px;
	font-weight: bold;
}
#cal .Date {
	font-size: 11px;
}
#cal .Content {
	font-size: 1em;
}
#cal a, a:visited {
	color: #000;
	text-decoration: none;
}
#cal a:hover {
	color: #000;
	text-decoration: none;
}
.btnav { 
	align = center;
	background-color: #fff;
} 

