body {
	background: rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
    color: white;
}
div.Menu {
	text-align: center;
	margin: auto;
	min-width: 630px;
	max-width: 630px;		
}
div.DefaultHeader {
	margin: auto;
	min-width: 630px;
	max-width: 630px;
	min-height: 295px;
	max-height: 295px;
	overflow: hidden;
}
div.Content {
	margin: auto;
	padding-top: 1em;
	min-width: 630px;
	max-width: 630px;	
}
div.Footer{
	margin: auto;
	min-width: 630px;
	max-width: 630px;
	text-align: center;
	bottom: 1em;
	font-size: xx-small;
	font-weight: lighter;
	color: gray;
}
img.TransSpacer {
	height: 1px; 
	left: 0px; 
	position: absolute; 
	top: 0px; 
	min-width: 630px;
	max-width: 630px;
}
h5 {
	color: white;
}
h4 {
	color: white;
}
h3 {
	color: white;
}
h2 {
	color: white;
}
h1 {
	color: white;
}
p {
	color: white;
}
li {
	color: white;
}
a:link {
	color: silver;
}
a:visited {
	color: white;
}
a:active {
	color: silver;
}
a:hover {
	color: white;
}