a:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
a:visited {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
