/* CSS Document */

html body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}
p.credit {
	width: 100%;
	padding: 60px 0px 30px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #999;
	text-align: center;
	float: left;
	clear: both;
}
A:link {
	color: #999;
	text-decoration: none;
}
A:active {
	color: #fff;
	text-decoration: underline;
}
A:hover {
	color: #fff;
	text-decoration: underline;
}
A:visited {
	color: #999;
	text-decoration: none;
}
A:visited:hover {
	color: #fff;
	text-decoration: underline;
}