body {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
	padding-top: 15px;
	background-color: Black;
	background-image: url(bg_whitenoise.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #1E90FF;
	text-decoration: none;
}

a:hover {
	color: #1E90FF;
	text-decoration: none;
}

a:visited {
	color: #1E90FF;
	text-decoration: none;
}
a:active {
	color: #1E90FF;
	text-decoration: none;
}

#footer {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
#footer ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer li{
	width: 180px;
	display: inline;
	padding-right: 20px;
}
