.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #689732;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
a:link	{
	color:	#689732;
	background-color: transparent;
	text-decoration:	none;
	}
a:visited	{
	color:	#689720;
	background-color: transparent;
	text-decoration:	none;
	}
a:hover	{
	color:	#CC33FF;
	background-color: transparent;
	text-decoration:	underline overline;
