body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Times, serif;
	font-size: 105%;
	color: #9b6627;
	background-color: #000000;
}

a:link {
	color: #800e15;
}

a:visited {
	color: #800e15;
} 

#TitleFlash {
	position:absolute;
	width:1400px;
	top:0px;
	height:700px;
	left:50%;
	margin-left:-700px;
}

#TableBody {
	position:absolute;
	width:1400px;
	top:700px;
	left:50%;
	margin-left:-700px;
	background-image: url(images/tablebackground.jpg);
}
