html
{
	background: #069;
	background: #069 linear-gradient(to bottom, #09f, #069) no-repeat;
}

body
{
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
	margin: 0 auto;
	width: 960px;
}

header ol
{
	display: block;
	font-size: 5em;
	font-weight: bold;
	list-style-position: inside;
	margin: 50px auto;
	position: relative;
	padding: 0;
}

a:link,
a:visited {
    color: #f60;
}

a:hover,
a:active {
    text-decoration: none;
}
