body
{
}
.DataForm
{
	font-size: 8pt;
	font-family: Arial;
}
.Credits
{
	font-size: 8pt;
	font-family: Arial;
}

A:link
{
	color: blue;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	color: red;
	text-decoration: underline;
}

