a:link {	text-decoration: none;	color: #009900;	background: transparent;	}	a:visited {	text-decoration: none;	color: #009900;	background: transparent;	}a:visited:hover {	text-decoration: underline;	color: #0000ff;	background: transparent;	}a:hover {	text-decoration: underline;	color: #009900;	background: transparent;	}a:active {	text-decoration: none;	color: #009900;	background: transparent;	}
