body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #666666;
}
#foot {
	background: black;
	left: 0px;
	top: auto;
	right: 0px;
	bottom: 0px;
	letter-spacing: 2px;
	text-align: center;
	height: auto;
	width: 100%;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline overline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
