html,body {
	text-align: center;
}
a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #000;
}
.tr_text {
	color: #FFF;
}
table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #333;
}
