a	{
	text-decoration:none;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
        color: black
	}

a:link    {color: white}
a:active  {color: white}
a:visited {color: white}

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