#gameCanvas
{
	width: 240px;
	height: 320px;
}
.Next
{
	width: 160px;
	font-weight: bold;
	float: right;
	font-size: 32px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: underline;
}
.Prev
{
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.Prev a
{
	text-decoration: underline;
}

code
{
	display: block;
	font-family: monospace;
	font-size: 1em;
	border: 1px solid #555555;
	background-color: #fcfcfc;
	padding: 1em;
	width: 80%;
	white-space: pre;
	overflow: scroll;
}

.topicList
{
	text-decoration: underline;
	font-size: 0.65em;
}

.source
{
	white-space: pre;
}
