body {
	font-family: "Lucida Sans Unicode", "Microsoft Sans Serif", "Arial", "Helvetica", "sans-serif";
	color: #fff;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a:link {
	color: #696;
	text-decoration: none;
}
a:visited {
	color: #696;
	text-decoration: none;
}
a:hover {

	color: #666;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #000;
}
#footer {
}
#footer a:link {
	color: #696;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #696;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
