@charset "utf-8";
h1{
	font-size: 2.4em;
	color: #676767;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #676767;
	font-weight: normal;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #676767;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
}
p{
	font-size: 1.4em;
	color: #676767;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Franklin Gothic Medium", "Apple Gothic", sans-serif;
}
p a{
	color: #57BCDD;
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}

