/* CSS Document */

table.calendar td {
	margin: 0;
	padding: 3px;
	border: 0;
}

	table.calendar a {
		color: #000;
		font-size: 10px;
		text-decoration: none;
		line-height: 1.5em;
	}
	
	table.calendar a:hover {
		color: #000;
		font-size: 10px;
		text-decoration: underline;
		line-height: 1.5em;
	}
