body {
	color: #000;
	margin: 25px auto;
	width: 960px;
	font-size: 16px;
	font-family:"ff-enzo-web",sans-serif;
}

h1 {
	font-size: 47px;
	line-height: 42px;
	font-style: italic;
	font-weight: 300;
	color: #fb5610;
}

p {
	font-family: georgia, "minion-pro",sans-serif;
	font-size: 18px;
	color: #666;
}

.stats{
	font-size: 11px;
	color: #999;
	font-family: sans-serif;
}

.stats b {
	color: #26C7F5;
}

a {
	color: #26C7F5;
	text-decoration: none;
	}
	
a:link, a:visited, a:active {
	color: #26C7F5;
	}
a:hover {
	color: #fb5610;
	text-decoration: underline;
	}