body {
	background: #000;
}

div#content {
	width: 70%;
	margin: 2em auto;
	font-size: 14px;
}

div#feedback {
	font: 10px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}

div#feedback a:link,
div#feedback a:visited {
	color: #666;
	text-decoration: none;
}

div#feedback a:hover,
div#feedback a:active {
	color: #ccc;
	text-decoration: underline;
	text-shadow: #fff 0 0 10px;
}