body {
	background-color: black;
	margin-top: 50px;
}

#img {
	text-align: center;
}

#links {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #003FFF;
}
a:visited {
	text-decoration: none;
	color: #003FFF;
}
a:hover {
	text-decoration: none;
	color: #cc3333;
}
a:active {
	text-decoration: none;
	color: #cc3333;
}
