body { behavior: url(csshover.htc); }
img {
	border: medium outset #00FF00;
}
img:hover {
	border: medium outset #FF0000;
}

