div.offset { 
	margin-left: 25px; 
}
div.toc { 
	background-color: #eeeeee; 
	width: 85%; 
 	border: 1px;
	border-style: solid; 
}
.mapleinput { 
    color: #000000;
	font-weight: bold; 
	margin-left: 25px; 
} 
.maplecommand { 
	color: #FF0000; 
	font-weight: bold; 
} 
.mapleoutput { 
	color: #0000FF; 
	font-weight: normal ; 
	text-align: center;
	margin-left: 25px; 
} 
.maplewarning { 
	font-family: Courier New, Courier, mono; 
	color: #0000FF; 
	font-weight: normal; 
	margin-left: 25px;
}
.maplehelp { 
	color: #006666;
}
.optional { 
	color: #336699;
}
.code {
	font-family: Courier New, Courier, mono;
}
.maplemenue {
	font-family: Courier New, Courier, mono;
	font-style: italic;
}
.shortcut {
	font-weight: bold;
}
