body { 
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	color: #FEFEFE;
	background-color: #010101;
}
a:link,a:visited {
	text-decoration: none;
	color: #FFA800;
}
a:active,a:hover {
	text-decoration: underline;
	color: #FFA800;
}
td.gal {
	font-size:13px;
	font-weight:bold;
}
table {
	width: 930px;
	padding: 10px auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #182d32;
}
.center {
	text-align: center;
}

