#tutorial blockquote {
	align: center;
	background: #6F6F6F;
	border: 1px dashed #BCC7CD;
	margin-bottom: 18px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 4px;
}

#tutorial code, blockquote {
	color: #BCC7CD;
	font-family: courier, serif;
	font-size: 12px;
}

#tutorial code.important {
	font-weight: bold;
	color: #333333;
}

#tutorial a:link, a:visited {
	color: #BCC7CD;
	font-weight: bold;
	text-decoration: underline;
}

#tutorial a:hover {
	color: #AD160F;
	text-decoration: none;
}

p {
	text-indent: 20px;
}

.heading {
	border-bottom: 1px solid #999999;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#author {
	color: #BCC7CD;
	font-size: 16px;
	font-weight: bold;
	padding-left: 120px;
}

#title {
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

#tutorial, p, li {
	color: #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

#version th, td {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

#version th {
	font-size: 11px;
	align: left;
	font-weight: bold;
	background: #EEEEEE;
	padding: 2px 6px 2px 6px;
}

#toc li {
	font-size: 11px;
	font-weight: normal;
}
