@charset "utf-8";
/* CSS Document */
body {
	background-color: #A4EBF0;
}
h1, h2, h3 {
	font-family: 'Helvetica';
}
h1 {
	background-color: #2FEA8E;
	color: #2A2770;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	background-color: #5AAEFD;
	color: #2A2770;
	font-size: 24px;
}
h3 {
	color: #2A2770;
	font-size: 20px;
}
p {
	font-family: 'Ariel';
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}
li {
	margin-bottom: 8px;
}
foot p {
	text-align: center;
}
.origin {
	color: #2A2770;
}
nav p {
	font-weight: bold;
	text-align: center;
}
.area {
	color: #F7191D;
	text-decoration: underline;
}
