@charset "iso-8859-1";
@font-face {
 font-family: Papyrus;
 font-style:  normal;
 font-weight: normal;
 src: url(PAPYRUS.eot);   /* IE */
 src: local(Papyrus), url(PAPYRUS.TTF ) format("truetype");  /* non-IE */
}

body {
	color: black;
	font-size: 100%;
	line-height: 150%;
	background-color: #7EAEC5;
}
h1 {
	font-size: 2em;
	font-family: normal;
	font-style: normal;
	text-align:center;
}
h2 {
	font-size: 1.8em;
	line-height: 2.0em;
	font-family: normal;
	font-style: normal;
}
h3 {
	font-size: 1.6em;
	font-family: normal;
	font-style: normal;
}
h4 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
}
h5 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
h6 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}

