td { font-family: Arial, Tahoma, sans-serif; }

.bold1 { font-weight: bold; font-size: 110%; }
.bold2 { font-weight: bold; }

span.attribute { background-color: crimson; color: white; font-weight: bold; }
span.method { background-color: darkgreen; color: white; font-weight: bold; }
span.parameter { color: orange; font-weight: bold; }

span.standard { font-style: italic; }
span.comment { color: black; background-color: white; font-weight: normal; }

.attributeFg { color: crimson; font-weight: bold; }
.methodFg { color: darkgreen; font-weight: bold; }
.interface { color: darkblue; }

.deprecated { color: red; font-family: monospace; }

div.dataBody { margin-left: 22px; }

table.inner { margin-left: 22px; }
table { padding: 1px; }

a.code { text-decoration: underline; font-family: Arial,Tahoma,sans-serif; font-weight: normal; color: black; }
