div.links > a* {
    margin:0;
    padding:0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
    background: white;
}
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    padding-bottom: 50px;
}
img {
	width:640px;
	padding-left:40px;
    border:0;
    margin: auto;
}

h1 {
	width:640px;
	margin:-70px auto 0 auto;
    text-align: center;
    font-weight:normal;
    font-size:24px;
	padding-bottom: 26px;
}

h2 {
	width:640px;
	margin:0 auto 0 auto;
    text-align: left;
    font-weight:bold;
    font-size:18px;
}

p {
	width:640px;
	font-size:18px;
	margin: auto;
	padding-bottom: 6px;
	text-align: justify;
}


a, a:visited {
	color:black;
	
}

div.nav {
	font-size:12px;
	padding:6px;
}

div.links {
	padding-top:50px;
	width:640px;
	margin:auto;
}

div.links > a {
	line-height: 40px;
	vertical-align: top;
	font-size: 22px;
}


div.links > a:first-child {
	background: url('appstore.png');
	width:135px;
	height:40px;
	display:inline-block;
	margin-right: 100px;
	
}



