.ReservedWords
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(0, 0, 255);
}

.KeyWords
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(0, 0, 255);
}

.SpecialNames
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(0, 128, 128);
}

.SpecialCharacters
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(0, 128, 128);
}

.Exceptions
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(0, 128, 128);
}

.Variables
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(0, 128, 128);
}

.BasicTypes
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(128, 128, 0);
}

.Directives
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(255, 0, 0);
}

.BuiltinFunctions
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(255, 0, 0);
}

.Tags
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(0, 0, 255);
}

.Attributes
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(255, 0, 0);
}

.Comment
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(0, 128, 0);
}

.Quotation
{
	font-family: monospace; 
	font-style: normal;
	font-weight: normal;
	color: rgb(255, 0, 255);
}

