.header {
	font-family: "Georgia, "Times New Roman", Arial, sans-serif";
	font-size: large;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.footer {
	font-family: "Georgia, "Times New Roman", Arial, sans-serif";
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.body {
	font-family: "Georgia, "Times New Roman", Arial, sans-serif";
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #FF9900;
	text-decoration: none;
	font-family: "Georgia, "Times New Roman", Arial, sans-serif";
	font-size: 16px;
	font-weight: normal;
}

a:visited {
	color: #FF9900;
	text-decoration: none;
	font-family: "Georgia, "Times New Roman", Arial, sans-serif";
	font-size: 16px;
	font-weight: normal;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
	font-family: "Georgia, "Times New Roman", Arial, sans-serif";
	font-size: 16px;
	font-weight: bold;
}

a:active {
	color: #FF9900;
	text-decoration: none;
	font-family: "Georgia, "Times New Roman", Arial, sans-serif";
	font-size: 16px;
	font-weight: normal;
}

