/* garage CSS stylesheet */
body {
  background-color:white;
}
span.apiname {
  color:blue;
}

samp.codeph {
  font-family:monospace;
  font-weight:bolder;
  font-size:100%;
  color:maroon;
  background-color:white;
}

pre {
  font-family:monospace;
  font-weight:bolder;
  font-size: 100%;
  white-space: pre;
  width: 99%;
  color:maroon;
  background-color: #eeeeff;
  border: 1px solid #006600;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
}
