@CHARSET "ISO-8859-1";
/* Calendar style declarations */
#cal
{
	width:100%;
}
#cal tr td
{
	height:60px;
	width:60px;
	border: solid #000000 1px;
}
#cal tr td img
{
	height:33px;
	width:33px;
}
#cal
.all
{
	color:red;
}
.boys
{
	color:green;
}
.girls
{
	font-weight: bold;
	text-decoration: underline;
}
div.legend
{
	border-top:#D9D785 1px dashed;
	padding-top:10px;
	MARGIN-top:10px;
	font-size: 11px;
}