@import url("non hover a.css");
A:hover { color:#009900};


A:hover {
	text-decoration: underline;
	border: none;
	cursor: hand;
	background-color: #FFFFFF;
};
