div.categories {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.categories ul {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.categories ul a {
	color: #000000;
	text-decoration: none;
}

.categories ul li {
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 2px;
}

li.category-header {
	background-color: #ff7f00;
	color: #ffffff;
}

li.category-even {

}
li.category-odd {
	background-color: #fff9f3;
}

.pages {
	padding-top: 8px;
	margin-top: 8px;
}

