#EstiloTabela {
	text-align: center;
	font-weight: bold;
	background-color: #C4EFA1;
	border: 5px #008000 double;
	border-collapse: collapse;
	margin: 15px auto;
}
#EstiloTabela td {
	border: 1px #008000 solid;
	white-space: nowrap;
}
#EstiloTabela td a {
	text-decoration: none;
	display: block;
	padding: 3px 5px 3px 5px;
}
#EstiloTabela td a:hover, #EstiloTabela td a:active {
	text-shadow: none;
	border: 0;
}
#EstiloTabela td a:hover {
	text-transform: uppercase;
	font-style: italic;
	color: #008000;
	background-color: #99E25C;
	padding: 3px 5px 3px 5px;
}
#EstiloTabela td a:active {
	color: #00D500;
	background-color: #008000;
	text-transform: uppercase;
	font-style: italic;
}