#agenda a {
	text-decoration: none;
}

#agenda a:hover {
	color: #fff;
	text-decoration: underline;
}

#agenda {
	float: right;
	width: 160px;
	list-style: none;
}

#agenda li {
	padding-left: 1px;
	margin-left: 1px;
	padding-top: 0;
	padding-bottom: 10px;
}

#agenda .title {
	font-weight: bold;
}

#agenda .more {
	font-style: italic;
}

#agenda {
	padding-top: 10px;
	margin-top: 0;
}
