@import url(http://fonts.googleapis.com/css?family=Istok+Web);

body {
	background-color: #008a9b;
	font-family: 'Istok Web', sans-serif;
	font-size:12pt;
	text-align: center;
	margin-top: 50px;
}

content {
	margin: 0% auto;
	display: inline-block;
}

img {
	border-style: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
}

h1 {
	color: #fff;
	font-size: 250%;
	letter-spacing: 200%;
	line-height: 0;
	margin-bottom: 50px;
	text-align: left;
	margin-top: 50px;
}

h2 {
	color: #a4cfd4;
	font-size: 200%;
	line-height: 0;
	text-align: left;
}

p {
	color: #6eb6c0;
	font-size: 100%;
	text-align: left;
	margin-bottom: 10px;
}
