@charset "UTF-8";
a:link {
	color: #222222;
	text-decoration: underline;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}
body {
	font-family: "Georgia", Times New Roman, Times, serif;
}

h7 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 80px;
	color: #FFFFFF;
	text-decoration: italic;
	padding: 5px;
}

h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin: 10px;
	padding: 10px;
}

