a:link {
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;

}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: 66000;
	text-decoration: underline overline;
}
a:visited {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;

}

