*.action {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(128,0,0);
}
*.comment {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	color: rgb(128,0,0);
}
*.class {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	font-style: italic;
	color: rgb(0,128,128);
}
*.error {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	color: rgb(200,200,200);
}
*.ident2 {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	color: rgb(0,128,128);
}
*.keyword {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,0,128);
}
*.keyword2 {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(128,0,0);
}
*.literal {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	color: rgb(128,0,128);
}
*.number {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,128,128);
}
*.preproc {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	color: rgb(0,128,0);
}
*.type {
	font-family: "PT Mono", "Consolas", "Courier New", monospace;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,128,0);
}
