	.announcements {
		border-spacing: 0px;
		width: 100%;
		text-align: center;
	}
	
	.announcements a {
		text-decoration: none;
		color: #003300;
	}
	
	.announcements a:hover {
		text-decoration: underline;
	}
	
	.announcements td, .announcements th {
		padding: 1px;
	}
		
	.announcements th {
		background-color: #99CCCC;
		color: #336666;
	}
	
	.weekend {
		background-color: #CCCCFF;
	}
	
	.selected {
		background-color: #FFFF00;
	}
	
	.today {
		border: 1px solid #003300;
		background-color: #006600;
	}
	
	.today a {
		color: white;
	}
	
	.today a:visited {
		color: white;
	}
	
	.monthheader {
		color: white;
		background-color: #006600;
		padding: 5px;
	}
	
	.monthheader a {
		color: white;
		
	}
	
	#month {
		text-align: center; 
		font-weight:bold;
	} 
	
	.othermonth a {
		color: #999999;
	}		
