
/* normal links and paging links */
A:visited, A:link, A:active {
	text-decoration	:	none;
	color		:	blue;
	background	:	transparent;
}
A:hover {
	text-decoration	:	none;
	background	:	#ff9900;
	color		:	white;
	border		:	none;
}
/* image links */
A.imgLink:visited, A.imgLink:link, A.imgLink:active {
	text-decoration	:	none;
	background	:	transparent;
}
A.imgLink:hover {
	text-decoration	:	none;
	background	:	transparent;
}
