table {
font-family: Verdana, Arial, Helvetica, sans-serif;
}


a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
/*color: #484747;*/
color: #0000FF;
/*font-weight : bold;*/
background-color: #EAEAEA;
text-decoration: none;}

a,a:link { 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #0000FF;
/*font-weight : bold;*/
text-decoration: none;}

table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-size: 10px;
}

.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;
	text-align: center;
}

ul.agendaThemes ul.agendaThemes {
	list-style: none;	
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

table.agenda select {
	font-size: 10px;
	background-color: #f90;
}