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

h1, h2 {
	text-align: center;
	color: cadetblue;
	font-weight: bolder;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 36px;
}

p {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
} a:active {
	color: #376CAC;
	text-decoration: none;
} a:link {
	color: #0B2B45;
	text-decoration: none;
} a:hover {
	color: #43A2B5;
} a:visited {
	color: #0B2B45;
}