	#content table {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
	color: black; background-color: white;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	}
	#content tr, #content th, #content td {
	margin: 0;
	padding: 0 1px;
	border-spacing: 0;
	border-collapse: collapse;
	}
	#content caption {
	text-align: center;
	}
	/* BODY */
	#content tbody th {
	color: black; background-color: white;
	border-bottom: 1px solid navy;
	}
	
	#content tbody tr td {
	background-color: white;
	color: black;
	text-align: center;
	height: 1em;
	border-bottom: 1px solid black;
	border-left: 1px solid gray;
	}
	
	#content td.today {
	color: black; background-color: #ccc;
	border-bottom: 1px solid red;
	border-left: 1px solid gray;
	}
	

div.calendar a {
    text-decoration: none;
}

div.calendar a:link  {
    color: navy;
}

div.calendar a:visited  {
    color: navy;
}

div.calendar a:active {
    color: navy;
}

div.calendar a:Hover  {
    color: red;
    font-size: 15px;
}