body {
	font: 20px/35px "Helvetica Neue", Arial, sans-serif;
	margin: 40px 40px;
	color: #333
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0
}

p {
	margin: 0 0 40px 0
}

strong {
	font-weight: normal;
}

em {
	color: #CCC;
	font-style: normal
}

a {
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	color: #333;
	padding-bottom: 3px;
}

a:hover {
	color: #0000FF;
	border-bottom: 2px solid currentColor
}

ul {
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	margin-bottom: 40px
}

li:before {
	content: '→';
	padding-right: 12px;
	color: #CCC
}

li:first-child {
	list-style: none;
	text-indent: 0
}

li:first-child:before {
	content: none
}