<style>

.table_nice * {
	border:			1px solid black;
	margin:			0;
	padding:		0;
	text-align:		center;
}
.table_nice table {
	margin:			0 auto;
	width:			600px;
}

.table_nice table {
	background:		#AAAAAA;
	color:			#000000;
}

.table_nice table thead tr {
	background:		#CCC;
}

.table_nice table tbody tr {
	background:		#CCCCCC;
}

.table_nice table thead tr td {
	background:		#666666;
	text-align:		center;
}

</style>
