body {
	color: #FFF;
	background-color: #000;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-size: 14px;
	text-align: center;
}
.foot {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FF0;
}
a:active {
	color: #0F0;
}
