﻿.function 
{
	color:Blue;
	font-size:9pt;
}

.variable 
{
	color:Maroon;
	font-size:9pt;
}

.operator 
{
	color:green;
	margin-left:6px;
	margin-right:6px;
	font-size:9pt;
}
.parameter 
{
	color:green;
	font-size:9pt;

}

.literal
{
	color:green;
	font-size:9pt;
}