body {
	background-color: #E5F5F8;
	font-family:Comic Sans, Comic Sans MS, cursive;
	font-size: ;
	line-height: ;
	color: #022342;
	text-align: justify;
	padding-top: 50px;
	padding-right: 150px;
	padding-bottom: 100px;
	padding-left: 150px;
	font-weight: ;
}

h1{
	color: #022342;
	font-family: Comic Sans, Comic Sans MS, cursive;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 400;
}

h3{
font-family: Verdana, Helvetica, sans-serif;
color: #022342;
}


a {
	color: #049CAE;
	text-decoration: underline;
}



a:hover {
	text-decoration: overline;
	color: #04C7EB;
}



