A:link { 
  color: #00CC99; 
  text-decoration: none 
}
A:visited {
  color: #0ECAEB;
  text-decoration: none
}
A:hover {

  color: #99FFCC;
  text-decoration: none
}
A:active {
  color: #0099CC;
  text-decoration: none
}

.under a:link { 
  color: #00CC99; 
  text-decoration:underline;
}

.under a:visited {
  color: #0ECAEB;
  text-decoration:underline;
}

.under a:hover {
  color: #99FFCC;
  text-decoration:underline;
}

.under a:active {
  color: #0099CC;
  text-decoration:underline;
}

BODY {
  color: #ffffff}

H2 {
  white-space: nowrap;
  color: #000000;
  background-color: #ffffff;
  font-size: medium
}

.egroup {
  color: #AE3937;
  font-size: x-small}

.h2marker {
  color: #336699;
  background-color: #ffffff
}

LI {
  color: #cccccc;
  background-color: #ffffff;
  font-weight: bold;
  white-space: nowrap
}

.jsub {
  color: #663333;
  font-size: x-small;
  margin-bottom: 1em;
  font-weight: normal
; font-family: "Times New Roman", "Times", "serif"}

.bmgn { margin-bottom: 0.8em ; font-size: 7pt; font-weight: normal; color: #333333}

.deprecated {
  color: #000000;
  background-color: #ffffff;
  font-size: smaller;
  font-weight: normal
}
.base {  color: #CCCCCC; font-size: small}
.copy {  font-size: 8px}
.copy9 {  font-size: 7pt}


.comment {  font-size: 18px; color: #FF0000; font-weight: bold}
