#categories a {
	display: block;
	width: 207px;
	float: left;
	font-size: 9pt;
	padding: 5px;
	background-color: #ddd;

	border-top: solid 1px white;
	border-left: solid 1px white;

	border-right: solid 1px #666;
	border-bottom: solid 1px #666;

	margin: 0 2px 2px 0;
	color: black;
	text-decoration: none;
	-moz-border-radius: 4px;
}
#categories a:hover {
	
	background-color: #820000;
	color: white;
}
