body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	height: 247px;
	width: 638px;
	text-align: center;
}
a:link {
	color: #3C3C3C;
	text-decoration: none;
}
a:visited {
	color: #3C3C3C;
	text-decoration: none;
}
a:hover {
	color: #FF4A4A;
	text-decoration: none;
}
a:active {
	color: #3C3C3C;
	text-decoration: none;
}