@charset "utf-8";


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	margin-left:50px;
	font-weight:bold;
}
h2 {
	font-family: "teenage",Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	margin-top:0px;
}
a:link, a:visited, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #03C;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #393;
}