a:hover
	{
	text-decoration:underline;
	color:blue;
	cursor:hand
	font-size: 9pt; 
	}
	
a
	{
	text-decoration:none;
	color:blue;
	cursor:hand
	font-size: 9pt; 
	}