a:link		{
		text-decoration: none;
		color: blue;
		font-weight: normal;
		}
a:visited	{
		text=decoration: none;
		color: blue;
		font-weight: normal;
		}
a:active	{
		text-decoration: underline;
		color:  blue;
		font-weight: normal;
		}
a:hover		{
		text-decoration: underline;
		color:  silver;
		font-weight: normal;
		}
p.copy		{
		font-family:  Arial, Verdana;
		font-size: 10pt;
		font-style: normal;
		color:	#000000;
		}
b.large		{
		font-family: Arial, Verdana;
		font-size: 16pt;
		font-style: normal;
		color:	blue;
		}





