body
{
	font-family: "Verdana", "Arial", "sans-serif";
	color: #999999;
	
	padding: 0px;
	margin: 0px;
}

a
{
	color: #F8981D;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}


#footer
{
	position: fixed;
	bottom: 0px;
	right: 0px;
	
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: .7em;
	text-align: right;
}