.KeyWords
{
	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);
}

