/* Hack to default S5 stylesheet for Mozilla */
/* GRM 2005-06-23 */
/* Include as <link> after all other sheets */
/* Don't forget mozilla.png */

body {
  background: #FFF url(mozilla.png) -155px -140px no-repeat; 
}

div#header, div#footer {
  color: black;
  background-color: transparent;
}

div#header {
  background: none;
}

div#footer {
  border-top: 2px grey dotted;
}

.slide h1 {
  left: 150px; 
  color: #000;
  background-color: transparent;
  top: 33px;
}

#controls #navLinks a {
  background-color: white;
}

#slide0 {
  text-align: center;
}

#slide0 h4 {
  margin-top: 1em; font-size: 0.8em;
}

ul.tightlist li { margin-top: 0.5ex; font-size: 0.7em; }

.incremental, .incremental *, .incremental *:after {visibility: hidden;}

h2 {
  font-size: larger;
}

.illustration {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 2em;
  display: block;
}

.attribution {
  font-size: 9px;
}
