body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
}
.credit {
	font-size: 8px;
	color: #999999;
}
a:link {
	color: #999999;
	text-decoration: none;
}
.credit a:link {
	color: #666666;
	text-decoration: underline;
}
.credit a:visited {
	color: #666666;
	text-decoration: underline;
}
.credit a:hover {
	color: #333333;
	text-decoration: underline;
}
.credit a:active {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
h1 {
	font-size: 18px;
}

