
	
	.day_link {
	font-size: 10pt;
	color: #0000cc;
	text-decoration: none;
	}
	
	a.day_link:hover {
	text-decoration: underline;
	color: Red;
	}
	
	.month_link {
	font-size: 10pt;
	color: #0000cc;
	text-decoration: none;
	}
	
	a.month_link:hover {
	text-decoration: none;
	color: Red;
	}
	
	table.calendar {
	border: none none none;
	width: 500px;
	}
	
	th.calendar {
	/*border-top: 1px Silver solid; 
	border-left: 1px Silver solid; 
	border-right: 1px Silver solid;*/
	font-size: 10pt;
	background-color: LightSteelBlue;
	
	}
	td.calendar	{
	/*border-top: 2px Silver solid; 
	border-left: 2px Silver solid; 
	border-right: 2px Silver solid;*/
	font-size: 14px;
	}
	
	ul{
	list-style-type: square;
	}
	
	li{
	font-size: 10pt;
	}
	
	
	.AddEvent{
	font-size: 10px;
	text-decoration: none;
	
	}
	
	a.AddEvent:hover{
	font-size: 10px;
	text-decoration: underline;
	
	}
