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

body {
	background-color:#526A72;
}


p, h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-top: 50px;
} h2 {
	color: #000016;
	font-size: 50px;
}

a:active {
	color: #376CAC;
	text-decoration: none;
} a:link {
	color: #0B2B45;
	text-decoration: none;
} a:hover {
	color: #43A2B5;
} a:visited {
	color: #0B2B45;
}