body {
	background-color: #d4cca3;
}

img {
	border: 1px dashed transparent;
}

img.ext {
	transition: border-color 500ms ease;
}

img.ext:hover {
	border: 1px dashed #66f;
}
