@charset "utf-8";
/* CSS Document */

body {
	background-color:#66ADEF;
}

h1 {
	text-align: center;
	color: green;
	text-decoration: underline;
	font-size: 350%;
}

h2 {
	text-decoration: underline;
	font-size: 220%;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 128%;
}

h4 {
	text-decoration: underline;
	font-size: 160%;
}

h5 {
	font-size: 135%;
	text-align: center;
}

img {
	height: 400px;
	min-height: 500px;
	width: 600px;
	border-radius: 25px 25px 25px 25px;
}