a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFC956;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFE8B7;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFE8B7;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFE8B7;
	text-decoration: none;
}

