body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #FFF3D2;
}

h1 {
	color: #FF9900;
}

p {
	font-size: 0.8em;
	line-height: 1.6;
}

#introduction {
	width: 35em;
	margin: 0 auto;
	padding: 1em;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.website-by {
	color: #999999;
}

.website-by a {
	color: #0099ff;
	text-decoration: none;
}