The general TCC convention is to set the names of GUI
elements in oblique sans-serif bold type. We also set
them in green type. See Section 7.5.7, “guibutton, guiicon, guilabel,
and guimenu”.
span.guibutton, span.guiicon, span.guilabel, span.guimenu
{ font-family: sans-serif;
font-style: italic;
font-weight: bold;
color: #238b22; /* Forest green */
}