body {
	font-family: Arial, sans-serif;
}
.nav-links {
	text-align: center;
	margin: 20px 0;
}
.nav-links a {
	margin: 0 200px;
	text-decoration: none;
	color: #0073e6;
}
.nav-links a:hover {
	text-decoration: underline;
}
