

test0 {color: #67340e;}
test1 {color: #C63439;}
test2 {color: #ff6600;}
test3 {color: #ffa500;}
test4 {color: #d6ac83;}
test5 {color: #fdf5e6;}
test6 {color: #fffaf0;}
test7 {color: #eff4fa;}
test8 {color: #d6e1ec;}
test9 {color: #336699;}



table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-size: 10px;
	border: 1px solid #C63439;
}

table.agenda a{
	color:#C63439;
	/*text-decoration:none;*/
}

table.agenda a:hover{
	color:#C63439;
	text-decoration:none;
}

.agendaNav {
	background-color: #d6ac83;
	color: #C63439;
	text-align: center;
}

.agendaHead {
	background-color: #ffa500;
	color: #ffffff;
}

.agendaThisDay {
	color: #67340e;
	border: 1em solid #DCDCDC;
	/*border: 1px solid #C63439;*/
}

.agendaThisMonth {
	background-color: #ffffff;
	color: #d6ac83;
}

.agendaNotThisMonth {
	background: #ddd;
	color: #ffffff;
}

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;
}


