A.custlink
{
	cursor: hand;
	color: blue;
	text-decoration: none;
}

A:link.custlink
{
	cursor: hand;
	color: blue;
	text-decoration: none;
}

A:visited.custlink
{
	cursor: hand;
	color: #990066;
	text-decoration: none;
}

A:hover.custlink
{
	cursor: hand;
	color: blue;
	text-decoration: underline;
}

A:active.custlink
{
	cursor: hand;
	color: blue;
	text-decoration: none;
}

form
{
	margin: 0;
}


