a {
	color: black;
}
a:hover {
	color: #112255;
	text-shadow: rgba(100, 148, 222, 1.0) 0 0 2px;
}
a img {
	border: 0;
}
.center {
	text-align: center;
}
body {
	font-family: Helvetica;
	margin: 0;
	padding: 0;
	color: black;
}
body {
	background-image: url(http://likethought.com/touch/lexicon/images/wood.png);
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
}
#copyright {
	font-size: 75%;
	margin-bottom: 10px;
}
#copyright p {
	text-align: center;
	margin-top: 4px;
	color: black;
	text-shadow: rgba(255, 187, 152, 0.5) 0px 1px 0px;
}
h1 {
	height: 44px;
	width: 100%;
	margin: 0;
	padding: 11px 0 0 0;
	text-align: center;
	background-image: url(http://likethought.com/touch/lexicon/images/top.png);
	background-repeat: repeat-x;
	background-position: 0 0;

	font-size: 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}
h3 {
	padding: 0 8px;
	margin-bottom: 0;
}
ul {
	margin-top: 8px;
	margin-bottom: 30px;
	padding-left: 26px;
}
#back {
	position: absolute;
	top: 0;
	left: 0;
}
#description {
	text-align: center;
}
#container {
	text-align: center;
	padding: 0;
	margin: 0;
}
#screenshot {
	border: 1px solid black;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
	margin: 0;
}
p {
	padding: 0 8px;
	text-align: justify;
}
.question {
	font-weight: bold;
}
.answer {
	margin-bottom: 24px;
}
#navigation {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
.left {
	float: left;
}
.right {
	float: right;
}
