/* JavaScript error caused by bug in Netscape 4.0b2, sorry */
body {
  background: white none;
  color: black;
  font-family: Arial, Helvetica, sans-serif
}

h1 {
  color: #c33;
  background: white none;
  font-weight: bold
}

h2 {
  color: #00008b;
  background: white none;
  margin-left: 2%;
  margin-right: 2%;
  font-weight: bold
}

h3 {
  color: #006400;
  background: white none;
  margin-left: 4%;
  margin-right: 4%;
  font-weight: bold
}

h4 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

h5 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

ul, ol, dl, p {
  margin-left: 6%;
  margin-right: 6%
}

pre {
  margin-left: 10%;
  white-space: pre
}

table {
  margin-left: 4%;
  margin-right: 4%
}

table caption {
  font-size: larger;
  font-weight: bolder
}

ol p {
  margin-left: 0;
  margin-right: 0
}

ul ul {
  margin-left: 2%;
  margin-right: 0
}

p small { font-size: smaller }

p.top {
  margin-left: 1%;
  margin-right: 1%
}

blockquote {
  margin-left: 10%;
  margin-right: 10%;
  color: #000040;
  background: white none;
  padding: 2em;
  border: thin ridge #dc143c
}

dt a {
  font-weight: bold;
  font-size: larger;
  margin-top: 10px
}

a:link {
  color: #00f;
  background: white none
}

a:visited {
  color: #800080;
  background: white none
}

a:active {
  background: yellow none
}

strong.html {
  color: #191970;
  background: white none
}

strong.css {
  color: #800000;
  background: white none
}

pre code.css {
  color: #800000;
  background: white none;
  font-family: Monaco, "Courier New", monospace;
  white-space: pre
}

pre code.html {
  color: #191970;
  background: white none;
  font-family: Monaco, "Courier New", monospace;
  white-space: pre
}

pre samp {
  font-family: Monaco, "Courier New", monospace;
  white-space: pre
}

dfn {
  font-style: normal;
  font-weight: bolder
}

.note {
  font-size: smaller;
  margin-left: 10%
}
