
.delimiter {
	color: #000;
}

.words {
	color: #FF9900;
}

.reserved {
	font-weight:bolder;
	color: #000399;
}

.functions {
	font-weight:bolder;
	color: #3C4C72;
}

.quotation {
	color: #99006e;
}

.variables1 {
	color: #6d3206;
}

.variables2 {
	color: #CCCCCC;
}

.variables3 {
	color: #FF80E1;
}

.comment {
	color: #737373;
}
.codeDiv{
	font-family:"Courier New", Courier, monospace;
	background-color: #fff;
	font-size:13px;
}
