#container {
background-color: cornflowerblue;
	width: 80%;
	float:  left;
	padding: 30px;
	border: 2px solid black;
	border-radius: 20px;
	color: black;
	margin-left: 10%;
	margin-bottom: 40px;
}
.header {
	background-color: blue;
	width:  85%;
	margin-right:  5%;
	margin-left: 5%;
	clear:  both;
	padding: 50px;
	border: 2px solid black;
	border-radius:  20px;
	margin-bottom: 50px;
	color: ghostwhite;
	float:  left;
}
.textcontent {
	background-color: lightskyblue;
	width: 85%;
	margin-right:  5%;
	margin-left:  5%;
	clear:  both;
	padding:  50px;
	border: 2px solid black;
	border-radius:  20px;
	color: black;
	float:  left;
	font-size: 18pt;
}
.greenbox {
	background-color: lightseagreen;
	width: 120px;
	height:  50px;
	margin-right: 5%;
	padding:  10px;
	border:2px solid black;
	border-radius:  5px;
	margin-bottom: 5%;
	float: left;
}
p {
	float: left;
	clear: both;
	margin-right: 5%;
	font-size: 22pt;
}
img {
	float: left;
	width:  50%;
	margin-right: 25%;
	margin-left: 25%;
}

a:link {
	color:  white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration:  none;
}

a:hover {
	text-decoration:  none;
	color:  hotpink;
}

a:active {
	color:  yellow;
	text-decoration:  none;
}