/* get the style information from main.css */
@import url(../main.css);
/* keywords and syntax specialities */
.keywd{ color:ForestGreen; font-style:italic; } /* LimeGreen */
/* methods, members */
.meth{ color:SteelBlue; font-style:italic; } /* CornflowerBlue */
/* class names, package names, data types, operators */
.type{ color:Tomato; } /* Coral */
/* file, path names */
.file{ color:MediumVioletRed; }
/* syntax demonstration */
.syntax{ font-family:monospace; color:DarkCyan; }
/* predefined - <pre> - code blocks */
.code{ font-family:monospace; background-color:LemonChiffon; font-size:100% }
/* console in-/output */
.console{ font-family:monospace; background-color:black; color:white; }
