body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia;
	font-size: 20px;
}
#links {
	position: absolute;
	width: 300px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -150px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	background-color: #000;
	color: #ff3399;
}