@charset "utf-8";
/* CSS Document */

    table{
		border:thick dashed red;
	}
	table tr th, table tr td{
		padding: 10px;
		border: thin solid black;
	}
table#cal tr.title th{
	background-color:blue;
	color: white;
	font-family:Verdana, Geneva, sans-serif;
}
table#cal tr.months td{
	background-color: #999;
	color: white;
	font-family:Verdana, Geneva, sans-serif;
}
td:hover {
	COLOR: red; 
	TEXT-DECORATION: none; 
	font-weight: none;
}