/* CSS Document */
/* archive */

#month ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#month li {
	display: inline;
	margin: 0px;
	list-style: none;
	background: none;
}

#month a, #month a:visited {
	padding: 2px 0.6em 2px 0.6em; 
	background: #ebe6ce; 
	text-decoration: none; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	border: 1px solid #c0c0c0;
}

#month a:hover {
	background: #e69575;
}

	

