/*

XHTML Tutorial

*/

#xhtml #content p, #xhtml #content dl, #xhtml #content li {
  line-height: 1.6em;
}
#xhtml #content pre {
  line-height: 1.2em;
}
#xhtml #content h2 {
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 1em;
}
#xhtml #content h3 {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 1em;
}
#xhtml #content h4 {
  font-weight: bold;
  padding-bottom: 1em;
}
#xhtml #content ol {
  list-style: decimal outside;
  margin-left: 1.5em;
}
#xhtml .widecode {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.2em;
}
#xhtml .browser {
  border: 1px solid #000;
  padding-top: 55px;
  background: url(/images/backgrounds/browser.gif) 0 0 no-repeat;
  margin-bottom: 2em;
}
#xhtml .browser object {
  width: 100%;
}
#xhtml .browser>object {
  min-height: 150px;
}
samp, kbd  {
  font-family: 'Courier New', Courier, monospace;
  font-size: 100%;
}