	body {
	background-image: url(grey.jpg);
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-size: 200%;
	}
h1	{
	color: crimson;
	}
P	{
	color: #cccccc;
	}
.choice {
	width: 70%;
	border: 1px solid crimson;
	padding: 8px;
	margin: 18px auto;
	background-image: url(cloth.jpg);
	}
.choice a {
	color: #333333;
	text-decoration: none;
	}
.choice a:hover {
	color: crimson;
	}