
@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css");
@import url("http://yui.yahooapis.com/2.6.0/build/base/base-min.css");

html, body {
    text-align: left;
}

a {
  color: #000064;
}

a:visited {
  color: #000064;
}

a:hover {
  color: #19e6e6;
}

.api-ref {
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

h1 {
    border-bottom: 1px dotted #000064;
    color: #000064;
}

h2, h3 {
    color: #000064;
    margin-top: 2em;
}

.email-addr {
    margin: 1em;
    font-weight: bold;
}

ul li, ol li {
    margin: 0.5em;
}

ul ol, ul ul, ol ol, ol ul {
    margin-top: 0.5em;
}

ul.toc {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

ul.toc li {
    margin: 0.1em;
}

input, textarea {
    width: inherit;
}

.code {
  border: dotted 1px #19e6e6;
  background: #EEFFFF;
  margin: 1em;
  padding: 1em;
  white-space: pre;
}
