

A DIV.betterCategories {
  	background-color: #ECEBD7;
  	border-top: 1px solid #999900;
  padding : 5px;
	color : #666600;
	text-decoration : none;
	font-weight : bold;
	border-left : 1px solid #999900;
	border-right : 1px solid #999900;
  	}
A:visited DIV.betterCategories {
 	background-color: #ECEBD7;
  	border-top: 1px solid #999900;
  padding : 5px;
	color : #666600;
	text-decoration : none;
	font-weight : bold;
	border-left : 1px solid #999900;
	border-right : 1px solid #999900;

  	}

A:hover DIV.betterCategories {
  	background-color: #cccc00;
}
A:active DIV.betterCategories {
  	  color : #757E71;
  font-weight : normal;
}