#body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 700px;
}
p { 
	text-indent: 0.5in; 
	text-align: left;
}

.titlespace {
	padding-bottom: 20px;
}

.titlespace .title {
	display: block;
	font-size: 20px;
}
.titlespace .url {
	display: block;
}
.titlespace .desc {
	display: block;
}
.contents {
	display: block;
	margin-left: 0.25in;
	padding-bottom: 30px;
}
.contents .number {
	white-space: pre;
	padding-right: 25px;
}

.section {
	padding-bottom: 30px;
	border-top: 1px dotted #DFDFDF;
}

.icommand {
	color: #00820C; 
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.frame {
	margin-left: 0.5in;
	margin-right: 0.5in;
	padding: 0.1in;
	text-align: justify;
	border-left: 1px solid #DDDDDD;
	border-top: 1px dashed #DDDDDD;
	border-bottom: 1px dashed #DDDDDD;
}
.frame p {
	text-indent: 0;
}
.frame ul {
	margin-left: 30px;
}

.comment { color: #888888; }
.event { color: #AA0000; }
.primary { color: #2200CC; }
.prefix { color: #880000; }
.primaryident { color: #C00000; }
.identifier { color: #C00000; }
.variable { color: #C57100; }
.bvariable { color: #9C5D00; }
.command { color: #00820C; }
.ifop { color: #2200DD; }
.group { color: #E59C00; }
.goto { color: #0D9BAC; }
.comment * { color: #888888; }
.code { 
	margin-left: 0.25 in;
	margin-right: 0.5 in;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space: pre; 
	border-left: 8px solid #DDDDDD;
	border-top: 1px dashed #DDDDDD;
	border-bottom: 1px dashed #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color: #FDFDFD;
	margin-left: 20px; 
	padding-left: 20px;
	font-family: courier new; 
	font-size: 10pt 
}
.error {
	background-color: #fff1f1;
	border-left: 8px solid #FFaaaa;
	font-weight: bold;
}