a {
	color:#333;
	text-decoration:none;

}





table {
	border: solid #000000 2px;
	width:80%;
/*	background-image: url(images/Castle-etching_low.jpg); */
}

/* the month and year header */
caption {
	font-size: 110%;
}

/* top row cells which hold day names */
th {
	border: solid #999999 1px;
	background-color:#EBEBF1;
	font-size: 110%;
}

/* day cells */
td {
	border: solid #CCCCCC 1px;
	height: 90px;
	width: 14%;
	text-align: left;
	vertical-align: top;
	padding: 6px;
	font-size: 100%;
	
}

/* day cells with events */
td.event {
	
	color: #e65500;
	text-decoration:none;
	background:#fee349;

}
