a:link { color: white; background-color: #333; text-decoration: none; padding: 0; }
a:visited {
	color: #999999;
	background-color: #333;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	font-style: normal;
	background-color: #333;
	text-decoration: none;
	font-weight: normal;
}
a:active { color: #ffcc00; background-color: #333; text-decoration: none; }

body {
	text-align: center;
	background-color: #333;
	text-decoration: none;
	font-size: 1.2em;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	position: relative;
	left: auto;
	right: auto;
}
h1 { color: white; font-size: 1em;  font-weight: 400; font-style: normal; background-color: #333; }
h2 { color: #d6bd18; font-size: 1.5em; font-weight: bold; background-color: #333; text-align: center; position: relative; width: auto; height: auto; margin: 12px; }
td {
	width: 98px;
	height: 98px;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
}
.Tspace { margin-top: 8px; padding-top: 28px; padding-right: 18px; padding-bottom: 8px; }
#div {
	text-align: center;
	position: relative;
	border-style: double;
	left: auto;
	right: auto;
}
#footer { color: white; font-size: 1em; background-color: #333; text-align: center; position: relative; margin: 28px; padding: 0; }
#header {
	color: #ffffff;
	text-align: center;
	position: relative;
	top: 0;
	right: auto;
	margin-bottom: 8px;
	padding-bottom: 8px;
	z-index: 8;
	left: auto;
	width: 800px;
}
#links { border-style: none; border-width: 2px; }
#main  {
	background-color: #333;
	text-align: center;
	position: relative;
	width: 640px;
	height: 400px;
	left: auto;
	right: auto;
}
#footerIMG {
	color: white;
	font-size: 1em;
	background-color: #333;
	text-align: left;
	position: relative;
	padding: 0;
	clear: none;
}

