h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #7F7983;
	text-align: center;
}
h2 {
	color: #7F7983;
	font-size: 18px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	background-color: #c8d1be;
	text-align: center;
}
a:link {
	color: #7F7880;
	text-decoration: none;
}
a:visited {
	color: #7E7882;
	text-decoration: none;
}
a:hover {
	color: #7C7982;
	text-decoration: none;
}
a:active {
	color: #7E7882;
	text-decoration: none;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #7F7983;
	text-align: left;
}
