body {
  background: #eee;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, Nimbus Sans, Verdana, sans-serif;
  margin: 0;
}

div.top {
  background: #f90;
  margin: 0 0 0 180px;
  text-align: left;
  padding: .4em .4em 0 0;
}

.top p {
  color: #000;
  backgroud: #fff;
  margin: 0 0 0 1%;
  text-transform: uppercase;
  letter-spacing: .4em;
  font-size: 60%;
}

.top p strong {
  color: #eee;
}

.top h2 {
  color: #000;
  font-weight: normal;
  font-style: italic;
  text-align: right;
  padding-top: 0;
  margin: 0 .2em 0 .2em;
  font-size: 90%;
}

div.rest {
  margin: 0 2em 0 2em;  
  padding-bottom: 30px;
}

span.highlight {
  background: #f90;
  padding: 1px 2px 1px 2px;
  
}

p, ul, ol, table, pre {
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: normal;
  font-family: Futura, "Franklin Gothic Medium," sans-serif;
}

h1 {
  margin-top: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}

h2 {
  font-size: 140%;
  margin-top: 25px;
}

h1 + h2 {
  margin-top: 2px;
}

p.central {
}

p.update {
  text-align: right;
  font-size: 60%;
  margin-right: 1em;
}

p.attribution {
  text-align: right;
}

p.headmatter {
  font-style: italic;
  color: #333;
}

p.headleft {
  text-align: left;
  margin-top: 1px;
}

p.smallnote {
  color: #888;
  font-size: 75%;
  margin: 2em 33% 00 33%;
}

p.smallnote a:link {
  color: #339;
}

p.nextarrow {
  font-size: 200%;
  text-align: center;
}

p.slidehead {
  color: #000;
  text-align: right;
  font-size: small;
  font-weight: bold;
  margin-top: 100%;
}

p.leftinset {
  color: #333;
  width: 25%;
  float: left;
  margin-right: 2em;
  font-size: 120%;
}

p.rightinset {
  color: #333;
  width: 25%;
  float: right;
  margin-left: 2em;
  font-size: 120%;
}

p.endmark {
  text-align: center;
  margin-bottom: 110%;
}

img {
    border: none;
}

img.left {
  border-left: 3px solid #333;
  margin-right: 15px;
  float: left;
}

img.if {
border: thin solid #333;
}

div.center {
margin-left: auto;
margin-right: auto;
}

li + li {
margin-top: .5em;
}

a:link {
  text-decoration: none
}

a:visited {
  color: #22a;
  text-decoration: none
}

a:active {
  color: #f90;
  background: #000;
  text-decoration: none
}

a:hover {
  color: #f90;
  background: #000;
  text-decoration: none
}

span.highlight > a:hover {
  color: #000;
  background: #fff;
}
