/* screen.css */

body {
  background: url(background.png) fixed top left repeat #fff;
  color: #000;
  margin: 0.25em;
}

body, div, p, td, th, li, dt, dd {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Arial, helvetica, sans-serif;
  font-weight: bold;
  padding: 0;
}

h1 { font-size: 2em;   margin: 0.5em  0.25em; }
h2 { font-size: 1.8em; margin: 0.56em 0.28em; }
h3 { font-size: 1.6em; margin: 0.63em 0.31em; }
h4 { font-size: 1.4em; margin: 0.71em 0.36em; }
h5 { font-size: 1.2em; margin: 0.83em 0.42em; }
h6 { font-size: 1em;   margin: 1em    0.5em;}

tt, code, pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
}

code {
  border: 1px solid #dcb;
  background: #fed;
}

div code {
  display: block;
  padding: 0.3em;
  line-height: 1.4em;
  white-space: nowrap;
}

div * code {
  display: inline;
  padding: 0;
  line-height: inherit;
  white-space: normal;
}

abbr, acronym {
  border-bottom: 1px dashed #666;
}

div {
  margin: 1em 0.5em;
}

p {
  border: 1px solid #9ab;
  margin: 1em 0.5em;
  background: #def;
  padding: 0.3em;
  text-indent: 2em;
  line-height: 1.4em;
  
}

ul {
  margin: 0 0.5em;
  padding: 0.3em;
}

dl {
  margin: 0 0.5em;
  padding: 0;
}

dt, dd {
  border: 1px solid #9ab;
  padding: 0.3em;
  background: #def;
  margin-top: 1em;
  margin-bottom: 1em;
}

li {
  list-style-position: outside;
  padding: 0.3em;
  margin: 1em 0.5em 1em 2em;
  background: #efd;
  border: 1px solid #ab9;
}

hr {
  color: #000;
  background: #000;
  border: none;
  height: 1px;
  margin: -0.5em auto;
  width: 95%;
  text-align: center;
}

p.uc {
  background: #ccc;
  border: 2px outset #ccc;
  text-indent: 0;
  font-size: 1.1em;
  font-weight: normal;
}

p.ni {
  text-indent: 0;
}

.small {
  font-size: 0.8em;
}
