table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-size: 11px;
}

a {
color=#003300;
}

.agendaNav {
	background-color: #f90;
	text-align: center;
}

.agendaHead {
	background-color: #fc3;
}

.agendaThisDay {
	background-color: #fc3;
}

.agendaThisMonth {
	background-color: #eee;
}

.agendaNotThisMonth {
	background: #ddd;
}

ul.agendaThemes {
	list-style: none;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.agendaThemes ul.agendaThemes {
	list-style: none;	
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

table.agenda select {
	font-size: 10px;
	background-color: #f90;
}