﻿.stlClass
{
	color:#2B91AF;
}
.stlKeyword
{
	color:#0000FF;
}
.stlString
{
	color:#A31515;
}
.stlComment
{
	color:#008000;
}
.stlIndent
{
	padding-left:25px;
}

.stlJClass
{
	color: #663399;
	font-weight: bold;
}
.stlJString
{
	color: #0000ff;
	font-weight: bold;
}
.stlJComment
{
	color: #66cc99;
}
.stlJAPIComment
{
	color: #0099ff;
}
.stlJAPIParam
{
	color: #33ccff;
}
