* {
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
body {
	background: #ffffff;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sas-serif;
	font-size: 62.5%;
	color: #808080;
	}
	
#wrapper {
	margin: 50px auto;
	width: 800px;
	font-size: 2.5em;
	letter-spacing: -1px;
	}
	
a, a:active, a:visited {
	color: #606060;
	text-decoration: none;
	}
	
a:hover {
	color: #fe0000;
	}
	
p {
	margin-bottom: 25px;
	}
