/*
    GML Rules and filters for Beatufier script
    Copyright (C) 2004  Ville Kalliomäki (Rithiur)
    modified 2007,2008 John Leffingwell (xot)
*/

/* CSS Style sheet for standard GML highlighting */

.gml {
	font-family: "Courier New", monospace;
	font-size: 10pt;
	color: #000000;
	padding: 8px; 
	background-color: #EEE;
	clear: both;
	overflow:auto;
	white-space:nowrap;
}

.gml .comm {
	font-style: italic;
	color: #008000;
}
.gml .keyw {
	font-weight: bold;
}
.gml .func {
	color: #000080;
}
.gml .gvar {
	color: #0000FF;
}
.gml .lvar {
	color: #0000FF;
}
.gml .cons {
	color: #800000;
}

