
html, body, div, p, a, {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	color:#333333;
	background: #ffffff;
	margin:13% 30% 0;
	}


p {
	text-align: center;
	font-size: 1.6em;
	letter-spacing:.05em;
	line-height: 2em;
	padding-top:75px;
	font-family:"Futura Medium", 'Gill Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-size-adjust:0.48; 
	font-weight:normal; 
	font-style:normal;	}

#info {
	font-size: 1em;
	}
#info a {
	font-size: 1em;
	}
a {
	text-decoration: none;
	color: ##0433ff;
	}

a:hover {
	text-decoration: none;
	color: #0433ff;
	padding-bottom:2px;
	border-bottom:2px solid #0433ff;
  }



@media only screen and (max-width: 600px) {

  body {
	margin:5% 5% 0;
	}
  p {
	font-size: 1,3em;
	}
}
