td.counter {
	background-color: #fdfab2;
	text-align:center;
}

td.categories {
	background-color: #FFFFFF; /*background da tabela*/
	text-align:center;
}

.tblCategorias a {
	width:100%;
	background-color: #FFFFFF; /*background dos TDs*/
	text-align: center;
	display:block;
	text-decoration: none;
	color:#006400; /* cor do texto */
}
.tblCategorias a:hover {
	text-decoration: none;
	background-color: #CFF79E; /*background dos TD on over*/ 
	color: #800000; /* cor do texto on over */
}

