@CHARSET "ISO-8859-1";

table.cal {
width:168px; height:149px;
background-color:#000;
color: #ffffff;
font-size:9pt;
empty-cells: hide;
border-collapse: collapse;
}

td.head {
border-bottom: medium solid #ffffff;
border:none;
text-align:center;
font-size:9pt;
}

td.mid {
padding: 0.1em 0.1em 0.1em 0.1em;

}

.calendar:link {
	color:#ff0000;
	text-decoration:none;
}
.calendar:visited {
	color:#ff0000;
	text-decoration:none;
}
.calendar:hover {
	color:#ffffff;
	text-decoration:none;
}
