body {
	margin:  0;
	padding: 0;
	background-color:#3E362F;
	text-align: center;
	color:white;
}
.table_body {
		background-color:#000000;
}

.td_content{
		background-color:#000000;
}
td {
	vertical-align: top;
	text-align: left;
}

.td_gold{
color:#FFCC00;
font-weight:bold;
}
.td_gray{
	padding: 15;

}
.footer {
	text-align:center;
}
	
.footer a:link, .footer a:visited {
	color             : #FFFFFF;
	text-decoration   : underline;
}

.footer a:hover {
	color             : #FFFFFF;
	text-decoration   : none;
}


 a:link, a:visited {
	color             : #FFFFFF;
	text-decoration   : underline;
}

 a:hover {
	color             : #ffd800;
	text-decoration   : none;
}