* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	text-align: center;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #58585A;
}
body img {
	margin-top: 100px;
}
.text-holder {
	width: 420px;
	margin: 25px auto 0 auto;
}
.column {
	float: left;
	width: 204px;
	margin: 0 5px 0 0;
	text-align: left;
}
h1 {
	font-size: 15px;
	line-height: 21px;
	color: #00aeef;
}
span {
	color: #00aeef;
	display: inline-block;
	width: 30px;
	font-weight: bold;
	line-height: 15px;
}
a {
	color: #58585A;
}
