div#content a.category, div#content a.category:link, div#content a.category:visited {
	margin-top: 10px;
	display: block; 
	height: 30px;
	background-color: #E7DEDE;
	border: 2px solid #635A5A;
	color: #9C0000;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	overflow: hidden;
}
div#content a.category:hover {
	margin-top: 10px;
	display: block; 
	height: 30px;
	background-color: #9C0000;
	border: 2px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;	
	line-height: 27px;
	overflow: hidden;
}
div#content a.category:active {
	margin-top: 10px;
	display: block; 
	height: 30px;
	background-color: #A0A0A4;
	border: 2px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;	
	line-height: 27px;
	overflow: hidden;
}
div.link {
	margin-top: 20px;
}