@import url("http://ldots.org/style/blackwhite.css");
h1, h2, h3, h4, h5, h6, dt, th {
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
  border-bottom: thin solid black;
  width: auto;
}
h3, h4, h5, h6 { 
  margin-left: 0px;
}
/* Section Counters */
h1 { 
  counter-reset: section;
}
h2:before {
  content: "Section " counter(section, decimal) ": ";
  counter-increment: section;
  counter-reset: subsection;
}
h3:before {
  content: "Section "counter(section, decimal)"."counter(subsection, decimal)": ";
  counter-increment: subsection;
}
acronym {
  font-variant: small-caps;
}
pre { 
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-weight: normal;
}
pre.screen {
  font-family: monospace;
  color: black;
  background: #d2d2d2;
}
pre.screen span.prompt {
  font-weight: normal;
}
pre.screen span.user {
  font-weight: bold;
}
pre.file { 
  font-family: monospace;
  color: black;
  background: #97ccd2;
}
div.figure {
  border-bottom: thick solid black;
  
  width: 195px;
  margin: 1em 1em 1em 1em;
  float: right;
}
div.figure p{ 
  font-family: sans-serif;
  font-weight: bold;
  font-size: smaller;
}
.wordasword {
  font-style: italic;
}
.menuitem { 
  font-family: sans-serif;
  font-weight: bold;
}
.application {
  font-family: sans-serif;
}
code.file {
  font-family: monospace;
  font-weight: bold;
}

@import url("handheld.css") handheld;