A
	{
	color : green;
	text-decoration : none;
	font-weight : bold;
	}

A:hover
	{
	color : green;
	text-decoration : underline;
	font-weight : bold;
	}

A:active
	{
	color : green;
	text-decoration : underline;
	font-weight : bold;
	}

BODY{
	background-image : url(image2/logo010.gif);
	}
