a:link, A:visited	{	text-decoration	:	none;	color		:	rgb(00,80,00);	background	:	transparent;	font-weight: bold;	}a:hover, A:active	{ 	text-decoration	:	none;	font-weight: bold;  	color		:	rgb(255,255,255);   	background	:	rgb(00,80,00);	}