.ReservedWords {
	color: rgb(0, 0, 255); font-family: monospace; font-style: normal; font-weight: normal;
}
.KeyWords {
	color: rgb(0, 0, 255); font-family: monospace; font-style: normal; font-weight: normal;
}
.SpecialNames {
	color: rgb(0, 128, 128); font-family: monospace; font-style: normal; font-weight: normal;
}
.SpecialCharacters {
	color: rgb(0, 128, 128); font-family: monospace; font-style: normal; font-weight: normal;
}
.Exceptions {
	color: rgb(0, 128, 128); font-family: monospace; font-style: normal; font-weight: normal;
}
.Variables {
	color: rgb(0, 128, 128); font-family: monospace; font-style: normal; font-weight: normal;
}
.BasicTypes {
	color: rgb(128, 128, 0); font-family: monospace; font-style: normal; font-weight: normal;
}
.Directives {
	color: rgb(255, 0, 0); font-family: monospace; font-style: normal; font-weight: normal;
}
.BuiltinFunctions {
	color: rgb(255, 0, 0); font-family: monospace; font-style: normal; font-weight: normal;
}
.Tags {
	color: rgb(0, 0, 255); font-family: monospace; font-style: normal; font-weight: normal;
}
.Attributes {
	color: rgb(255, 0, 0); font-family: monospace; font-style: normal; font-weight: normal;
}
.Comment {
	color: rgb(0, 128, 0); font-family: monospace; font-style: normal; font-weight: normal;
}
.Quotation {
	color: rgb(255, 0, 255); font-family: monospace; font-style: normal; font-weight: normal;
}
