

BODY, P, UL, DIV, TD
{

	font-family: Lucida Sans, Helvetica, Verdana, Arial;
	font-size: 12px;
	color: black;
}


A:link
{
	color: darkred;
	text-decoration: none;
}

A:visited
{
	color: darkblue;
	text-decoration: none;
}

A:active
{
	color: #CC99FF;
	text-decoration: none;
}

A:hover
{
	color: purple;
	text-decoration: underline;
}

