body {
	margin:10px 0;
	font-size:75%;
	font-family:verdana, sans-serif;
	color:#333;
	line-height:150%;
	text-align:center;
	background:#fff;
	}

a {
	color:#099;
	text-decoration:none;
	}

img {
	border: none;
	}

p.backto {
	margin:0 0 30px 10px;
	text-align:left;
	}

body#clip_sample h1 {
	margin-bottom:2em;
	font-size:200%;
	font-weight:normal;
	line-height:100%;
	text-align:center;
	}

body#clip_sample div#sample {
	margin:20px auto 0 auto;
	width:240px;
	text-align:left;
	}

p.clipSample {
	position: relative;
	top: 0;
	left: 0;
	}

p.clipSample a img {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(50px 125px 125px 50px);
	}

p.clipSample a:hover {
	border: none;
	}

p.clipSample a:hover img {
	clip: rect(0 240px 180px 0);
	}