#azindex {
	background: #ddebc7;
	float: left;
	margin: 1px 0 2px 1px;
	padding: 1px 1px 2px 2px;
  border-bottom: 1px solid #ddebc7;
}

 * html #azindex {
	padding: 4px;
}
	
#index {
	font: 80%;
  font-weight: bold;
	margin: 0;
	padding: 0;
}	
	
#index li {
	float: left;
	height: 1.4em;
	list-style-type: none;
	margin: 0.25em 0.2em;
	padding: 0;
	width: 1.8em;
	text-align: center;
}

 * html #index li {
	margin: 0.1em 0.1em;
}


#index a:link, #index a:visited {
	background: #fff;
	color: #416118;
	display: block;
	height: 1.3em;
	padding: 0.25em 0 0.25em 0;
	text-align: center;
	text-decoration: none;
	width: 1.7em;
}

#index a:hover {
	background: #7ea73f;
	color: #fff;
	text-decoration: underline;
}