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

h1 {
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin-top: 1em;
	font-size: 55px;
}

p {
	font-size: 22px;
}

a:active {
	color:#737373;
} a:link {
	color:#737373;
	text-decoration: none;
} a:visited {
	color:#737373;
} a:hover {
	color:#76A774;
}