
/* style.css - Makes fourth exposure website look beautiful... */

body {
	background-color: #161616;
	
	color: #3f3f3f;
	font-size: 16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
}

a {
	color: #7f7f7f;
	text-decoration: none;
}

a:hover {
	color: #bfbfbf;
}

a:active {
	color: #fff;
}

#content {
	display: block;
	width: 671px;
	margin: 120px auto auto;
}

p {
	text-indent: -44px;
	margin-top: 40px;
}
