
a.island:link	 	{
	color : #336699;
	text-decoration : underline;
}

a.island:visited	{
	color : #999999;
	text-decoration : underline;
}
							 
a.island:active	{
	color : #666666;
	text-decoration : none;
}
							 
a.island:hover		{
	color : #000000;
	text-decoration : none;
	background-color : #C7DAED;
}

a.point:link	 	{
	color : #336633;
	text-decoration : underline;
}

a.point:visited	{
	color : #999999;
	text-decoration : underline;
}
							 
a.point:active	{
	color : #003366;
	text-decoration : none;
}
							 
a.point:hover		{
	color : #000000;
	text-decoration : none;
	background-color : #A5C5A5
}