@charset "UTF-8";/* CSS Document */body {	background-color: black;	text-align: center;}h1 {	color: white;	font-family: sans-serif;}img {	border: solid 1px gray;}img:hover {	border: solid 1px white;	/* doesn't work in ie */}