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