@charset "UTF-8";
body {
	text-align: center;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-top: 300px;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	padding-bottom: 1px;
}
a:hover {
	text-decoration: none;
	border-bottom-color: #aaa;
}

