@charset "utf-8";
body {
	background-color: #C6CEEF;
	font-family: Arial, Helvetica, sans-serif;
	color: #224A9C;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-transform: capitalize;
	color: #224A9C;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #224A9C;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #224A9C;
	font-style: normal;
	line-height: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #224A9C;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	line-height: normal;
}

a:link {
	color: #224A9C;
	border-top-color: #CCCC99;
	border-right-color: #C6CEEF;
	border-bottom-color: #C6CEEF;
	border-left-color: #C6CEEF;
}
a:visited {
	color: #F71921;
}
a:hover {
	color: #990066;
}
a:active {
	color: #FFFFFF;
}
p, h1, h2 {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
}

