div#credits {
	width: 130px;
	float: left;
	font-size: 1em;
	padding: 20px 20px 0 20px;
}

div#credits h5 {
	font-size: 1.3em;
	font-weight: bold;
	color: #999;
}

div#credits ul {
	margin: 0;
	margin-bottom: 1em;
}

div#credits ul li {
	padding: 0;
	font-size: .9em;

	line-height: 1.4em;
	color: #999;
}

div#credits a {color: #999; text-decoration: none;}
div#credits a:visited {color: #999; text-decoration: none;}
div#credits a:hover {color: #999; text-decoration: underline;}
div#credits a:active {color: #999; text-decoration: none;}




div#credits p {
	color: #999;
}