body {
  background-color: #000000;
	background-repeat: repeat;
	background-position:center;
	color: #FFF;
	text-align: center;
	min-width: 900px;
	font-family: Arial;
	font-size: 14px;
}

table {
  border: 0px;
	margin-left: auto;
  margin-right: auto;
	padding: 0px;
}
 
.left {
text-align:left;
}

.center {
text-align:center;
}

.menu {
padding:30px 0px 30px 0px;
}

.foot {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
