body { font-family: Arial, Tahoma, sans-serif; background-color: #f0f8ff; }

h2 {color:black}

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

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

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

.attributeBg1 { color: white; background-color: black; font-weight: bold; }
.attributeBg2 { background-color: white; }
.attributeFg { color: crimson; font-weight: bold; }
.methodBg1 { color: white; background-color: black; font-weight: bold; }
.methodBg2 { background-color: white; }
.methodFg { color: darkgreen; font-weight: bold; }

a { color: #3399cc; text-decoration: none; font-weight: bold; font-family: Arial, Tahoma, sans-serif; }
a.menu { color: white; text-decoration: none; font-weight: bold }
a.menuon { color: #3399cc; background-color: white; text-decoration: none; font-weight: bold }
a.menuH { color: white; text-decoration: none; font-weight: bold }
a.interface { color: darkblue; }
a.example { color: black; }
a.menuH:hover { color: #3399cc; background-color: white; }

div { font-family: Arial, Tahoma, sans-serif; }
div.title { font-weight: bold; font-size: 130%; margin: 7px; }

table.inner { margin-left: 22px; }
table { padding: 1px; }
table.menu { background-color: #3399cc; }
tr.menu { background-color: #3399cc; }
td.right { text-align: right; }
td { font-family: Arial, Tahoma, sans-serif; }

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

td.syntax { font-family: Courier, monospace; }
td.spring { width: 10px; }

a.smallBlackLink {
  font-size: 60%;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

span.red {color: red}
