a { color: black; border: none; }

a:hover { color: black; }

body { background-color: black; color: white; }

table { width: 800px; height: 600px; }

td { /* border: 1px dotted silver; */}

.ccommons {
	position: relative;
	top: 40px;
	margin: auto;
	text-align: center;
}

#credits {
	position: relative;
	top: 30px;
	width: 500px;
	margin-top: 50px;
	margin: auto;
	font-size: .7em;
	text-align: center;
	border-top: 1px dotted #d7d7d7;
	/* background-color: #d7d7d7; */
	color: #d7d7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: .2em;
}

#credits a { color: silver; }
