/* slide stylesheet for 1024x768 */

/* Comment this out to make navigation controls visible: */
#navigation {
  display: none;
  font-size: .5em;
  font-style: italic;
}

body {
  background: white url(pix/hfade.jpg) repeat-y;
  margin-top: 0em;
  font-size: 46px;
  line-height: 1.4em;
}

table {
  font-size: 46px;
}

#page {
  height: 90%;
}

h1 {
  font-size: 1.25em;
}

h2 {
  font-size: 1.15em;
}

ul, ol {
  line-height: 1.5em;
  list-style-image: url("pix/carrotbull.gif");
}

ul ul {
  font-size: .8em;
  line-height: 1.25em;
  list-style-image: url("pix/cicada.gif");
}

ol ul {
  font-size: .8em;
  line-height: 1.25em;
}

#points li {
  visibility: hidden;
}

pre {
  font-size: .72em;
  line-height: 1em;
  background: #fdd;
}

.smallpre {
  font-size: .6em;
}

.title {
  line-height: 1.1em;
}

#content {
  margin-left: 140px;
  margin-right: 30px;
}

.center {
  margin-right: 140px;
  text-align: center;
}

#picture {
  text-align: center;
}

.note {
  font-size: .8em;
  font-style: italic;
  color: #f0a;
  /* This doesn't work and I hate CSS: */
  margin-bottom: 30px !important;
}

.url {
  font-size: .8em;
  font-style: italic;
  color: #00f;
}

.longurl {
  font-size: .4em;
  font-style: italic;
  color: #00f;
}



