body {
	margin: 0;
	font-family: HP Simplified, Tahoma;
	background-color: #255057;
}


a:link {
	color: #ffffff;
}


a:visited {
	color: #ffffff;
}


a:hover {
	color: #ffffff;
}


a:active {
	color: #ffffff;
}

main {
	background-color: transparent;
	width: 62em;
	float: left;
    	position: absolute;
    	top: 50px;
	
}

p {
	color: #ffffff;
font-family: Quicksand;
font-size:20px;
text-align:justify;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 30px;
font-weight:normal;
}


h1 {
	color: #ffffff;
font-family: Russo One;
font-size: 50px;
text-align: center;
}


h2 {
	color: #ffffff;
font-family: Russo One;
font-size: 40px;
text-align:center;
}

h3 {
	color: #ffffff;
font-family: Russo One;
font-size: 30px;
text-align:center;
}

article figure {
	float: left;
	margin: 0 1em 1em 0;
}

article img {
	width: 100%;
}